mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:27:36 +00:00
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.
This commit is contained in:
parent
967300e1e3
commit
9279dd783b
4 changed files with 21 additions and 21 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue