mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Help+man.md: Add man sections
Also correct minor formatting mistake in TelnetServer.md.
This commit is contained in:
parent
e7c2467231
commit
3fb88cb76d
Notes:
sideshowbarker
2024-07-19 11:52:15 +09:00
Author: https://github.com/larb0b
Commit: 3fb88cb76d
Pull-request: https://github.com/SerenityOS/serenity/pull/616
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
3 changed files with 19 additions and 6 deletions
|
@ -6,7 +6,13 @@
|
|||
|
||||
static ManualSectionNode s_sections[] = {
|
||||
{ "1", "Command-line programs" },
|
||||
{ "2", "System calls" }
|
||||
{ "2", "System calls" },
|
||||
{ "3", "Libraries" },
|
||||
{ "4", "Special files" },
|
||||
{ "5", "File formats" },
|
||||
{ "6", "Games" },
|
||||
{ "7", "Miscellanea" },
|
||||
{ "8", "Sysadmin tools" }
|
||||
};
|
||||
|
||||
ManualModel::ManualModel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue