diff options
author | networkException <git@nwex.de> | 2022-02-25 13:29:48 +0100 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-02-25 12:06:31 -0500 |
commit | 9279dd783beae202ea017043428649bfc219c767 (patch) | |
tree | 5a7e961fd06d8c2807cb53eba72792848ca1930b /Meta/Websites | |
parent | 967300e1e329c7d810e8b8b7695f868435091406 (diff) | |
download | serenity-9279dd783beae202ea017043428649bfc219c767.zip |
Everywhere: Use title case for man section titles
In addition to the section headings on man.serenityos.org,
all occurances of man section titles are now formatted in title case.
Diffstat (limited to 'Meta/Websites')
-rw-r--r-- | Meta/Websites/man.serenityos.org/index.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Meta/Websites/man.serenityos.org/index.md b/Meta/Websites/man.serenityos.org/index.md index 8b5ca2ff94..d554b2576d 100644 --- a/Meta/Websites/man.serenityos.org/index.md +++ b/Meta/Websites/man.serenityos.org/index.md @@ -1,8 +1,8 @@ -- [Section 1: User programs (applets, applications, utilities, etc.)](man1/index.html) -- [Section 2: System calls (getuid, mount, pledge, sendfd, etc.)](man2/index.html) -- [Section 3: Library functions (basename, isatty, POSIX functions, etc.)](man3/index.html) +- [Section 1: User Programs (applets, applications, utilities, etc.)](man1/index.html) +- [Section 2: System Calls (getuid, mount, pledge, sendfd, etc.)](man2/index.html) +- [Section 3: Library Functions (basename, isatty, POSIX functions, etc.)](man3/index.html) - [Section 4: Special Files (audio, mem, etc.)](man4/index.html) -- [Section 5: File formats (getopt convention, Shell, SystemServer)](man5/index.html) +- [Section 5: File Formats (getopt convention, Shell, SystemServer)](man5/index.html) - [Section 6: Games (2048, Chess, FlappyBug, etc.)](man6/index.html) - [Section 7: Miscellanea (mitigations, sys filesystem, SystemServer, etc.)](man7/index.html) -- [Section 8: Sysadmin tools (dmesg, pls, sysctl, useradd, etc.)](man8/index.html) +- [Section 8: Sysadmin Tools (dmesg, pls, sysctl, useradd, etc.)](man8/index.html) |