]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: uppercase all markdown document titles 14563/head
authorLennart Poettering <lennart@poettering.net>
Tue, 14 Jan 2020 09:14:11 +0000 (10:14 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 Jan 2020 09:14:11 +0000 (10:14 +0100)
For most we used uppercasing, but not for all. Let's stick to one rule,
and uppercase them all.

docs/SECURITY.md
docs/TESTING_WITH_SANITIZERS.md
docs/TRANSIENT-SETTINGS.md

index 05f93305613945c9b0af7cc93b5805f738d086cd..0b34e5325fc87e6de8f10ceeb07e81a0e0f1b6ce 100644 (file)
@@ -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.
index 4d58d0f2b2b3809d5b9e0401cbb4c32e3be51e01..2622682bd9de1e0330a0293b3c2ea036e3ee5951 100644 (file)
@@ -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).
index e9122d5b2b6bfc67853c32c1236c009c8684c1b2..9f93e3b836d95855c487274dfc401eaf3055b8c0 100644 (file)
@@ -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,