Skip to content

Commit b35ec8d

Browse files
committed
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.
1 parent a0fadf6 commit b35ec8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Reporting of security vulnerabilities
2+
title: Reporting of Security Vulnerabilities
33
category: Contributing
44
layout: default
55
---
66

7-
# Reporting of security vulnerabilities
7+
# Reporting of Security Vulnerabilities
88

99
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.

docs/TESTING_WITH_SANITIZERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Testing systemd using sanitizers
2+
title: Testing systemd Using Sanitizers
33
category: Contributing
44
layout: default
55
---
66

7-
# Testing systemd using sanitizers
7+
# Testing systemd Using Sanitizers
88

99
To catch the *nastier* kind of bugs, you can run your code with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
1010
and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).

docs/TRANSIENT-SETTINGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: What settings are currently available for transient units?
2+
title: What Settings Are Currently Available For Transient Units?
33
category: Interfaces
44
layout: default
55
---
66

7-
# What settings are currently available for transient units?
7+
# What Settings Are Currently Available For Transient Units?
88

99
Our intention is to make all settings that are available as unit file settings
1010
also available for transient units, through the D-Bus API. At the moment,

0 commit comments

Comments
 (0)