]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: uppercase the title of our Markdown docs
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Nov 2018 10:09:09 +0000 (11:09 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Nov 2018 14:29:47 +0000 (15:29 +0100)
docs/CODING_STYLE.md
docs/RELEASE.md
docs/UIDS-GIDS.md
docs/index.md

index 81a10eb88b455e83d795be25abf79a1da2c727a2..bbc528b1404d2ccd737d3c4e52201742401b25c9 100644 (file)
@@ -1,4 +1,4 @@
-# Coding style
+# Coding Style
 
 - 8ch indent, no tabs, except for files in `man/` which are 2ch indent,
   and still no tabs.
index 2807667a30b4f20ce75960ff08a4c858990ab9e8..11794aae63974bdbad45edc26e7c93a535f216f5 100644 (file)
@@ -1,4 +1,4 @@
-# Steps to a successful release
+# Steps to a Successful Release
 
 1. Add all items to NEWS
 2. Update the contributors list in NEWS ("make git-contrib")
index 77554913198a76e9282b57364f133ec301e3668d..c59fefc5cd62960d6026b7d5c3631b5df118d7e6 100644 (file)
@@ -1,4 +1,4 @@
-# Users, Groups, UIDs and GIDs on `systemd` systems
+# Users, Groups, UIDs and GIDs on `systemd` Systems
 
 Here's a summary of the requirements `systemd` (and Linux) make on UID/GID
 assignments and their ranges.
index 03600691fc889ba64520853c8dd8eb76c8230dcc..5857c4021736fd1aff576c3155894352802187c8 100644 (file)
@@ -7,13 +7,13 @@
 * [Control Group APIs and Delegation](https://systemd.io/CGROUP_DELEGATION)
 * [The systemd Community Conduct Guidelines](https://systemd.io/CODE_OF_CONDUCT)
 * [Code Quality Tools](https://systemd.io/CODE_QUALITY)
-* [Coding style](https://systemd.io/CODING_STYLE)
+* [Coding Style](https://systemd.io/CODING_STYLE)
 * [Contributing](https://systemd.io/CONTRIBUTING)
 * [Porting systemd To New Distributions](https://systemd.io/DISTRO_PORTING)
 * [Known Environment Variables](https://systemd.io/ENVIRONMENT)
 * [Hacking on systemd](https://systemd.io/HACKING)
 * [Portable Services Introduction](https://systemd.io/PORTABLE_SERVICES)
-* [Steps to a successful release](https://systemd.io/RELEASE)
+* [Steps to a Successful Release](https://systemd.io/RELEASE)
 * [What settings are currently available for transient units?](https://systemd.io/TRANSIENT-SETTINGS)
 * [Notes for Translators](https://systemd.io/TRANSLATORS)
-* [Users, Groups, UIDs and GIDs on `systemd` systems](https://systemd.io/UIDS-GIDS)
+* [Users, Groups, UIDs and GIDs on `systemd` Systems](https://systemd.io/UIDS-GIDS)