diff options
author | 2018-11-29 11:09:09 +0100 | |
---|---|---|
committer | 2018-11-29 15:29:47 +0100 | |
commit | c1d3483d475fc226f50ce499dc7894ddd3274d87 (patch) | |
tree | 148361698205e1e64482bfc08a6683748a946eb6 /docs | |
parent | networkd: vxlan make use of parse_ip_port_range (diff) | |
download | systemd-c1d3483d475fc226f50ce499dc7894ddd3274d87.tar.gz systemd-c1d3483d475fc226f50ce499dc7894ddd3274d87.tar.bz2 systemd-c1d3483d475fc226f50ce499dc7894ddd3274d87.zip |
docs: uppercase the title of our Markdown docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CODING_STYLE.md | 2 | ||||
-rw-r--r-- | docs/RELEASE.md | 2 | ||||
-rw-r--r-- | docs/UIDS-GIDS.md | 2 | ||||
-rw-r--r-- | docs/index.md | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index 81a10eb88..bbc528b14 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -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. diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 2807667a3..11794aae6 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -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") diff --git a/docs/UIDS-GIDS.md b/docs/UIDS-GIDS.md index 775549131..c59fefc5c 100644 --- a/docs/UIDS-GIDS.md +++ b/docs/UIDS-GIDS.md @@ -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. diff --git a/docs/index.md b/docs/index.md index 03600691f..5857c4021 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) |