mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
docs: uppercase all markdown document titles
For most we used uppercasing, but not for all. Let's stick to one rule, and uppercase them all.
This commit is contained in:
parent
a0fadf66da
commit
b35ec8ded2
@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Reporting of security vulnerabilities
|
||||
title: Reporting of Security Vulnerabilities
|
||||
category: Contributing
|
||||
layout: default
|
||||
---
|
||||
|
||||
# Reporting of security vulnerabilities
|
||||
# Reporting of Security Vulnerabilities
|
||||
|
||||
If you discover a security vulnerability, we'd appreciate a non-public disclosure. The [issue tracker](https://github.com/systemd/systemd/issues) and [systemd-devel mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) are fully public. If you need to reach systemd developers in a non-public way, report the issue to the [systemd-security@redhat.com](mailto:systemd-security@redhat.com) mailing list. The disclosure will be coordinated with distributions.
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
title: Testing systemd using sanitizers
|
||||
title: Testing systemd Using Sanitizers
|
||||
category: Contributing
|
||||
layout: default
|
||||
---
|
||||
|
||||
# Testing systemd using sanitizers
|
||||
# Testing systemd Using Sanitizers
|
||||
|
||||
To catch the *nastier* kind of bugs, you can run your code with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
|
||||
and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
title: What settings are currently available for transient units?
|
||||
title: What Settings Are Currently Available For Transient Units?
|
||||
category: Interfaces
|
||||
layout: default
|
||||
---
|
||||
|
||||
# What settings are currently available for transient units?
|
||||
# What Settings Are Currently Available For Transient Units?
|
||||
|
||||
Our intention is to make all settings that are available as unit file settings
|
||||
also available for transient units, through the D-Bus API. At the moment,
|
||||
|
Loading…
Reference in New Issue
Block a user