mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +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
Notes:
sideshowbarker
2024-07-17 18:18:21 +09:00
Author: https://github.com/networkException
Commit: 9279dd783b
Pull-request: https://github.com/SerenityOS/serenity/pull/12758
4 changed files with 21 additions and 21 deletions
|
@ -11,14 +11,14 @@
|
|||
#include <AK/Try.h>
|
||||
|
||||
static ManualSectionNode s_sections[] = {
|
||||
{ "1", "User programs" },
|
||||
{ "2", "System calls" },
|
||||
{ "3", "Library functions" },
|
||||
{ "4", "Special files" },
|
||||
{ "5", "File formats" },
|
||||
{ "1", "User Programs" },
|
||||
{ "2", "System Calls" },
|
||||
{ "3", "Library Functions" },
|
||||
{ "4", "Special Files" },
|
||||
{ "5", "File Formats" },
|
||||
{ "6", "Games" },
|
||||
{ "7", "Miscellanea" },
|
||||
{ "8", "Sysadmin tools" }
|
||||
{ "8", "Sysadmin Tools" }
|
||||
};
|
||||
|
||||
ManualModel::ManualModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue