1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00

Help+man.md: Add man sections

Also correct minor formatting mistake in TelnetServer.md.
This commit is contained in:
Larkin Nickle 2019-09-29 16:25:29 -04:00 committed by Andreas Kling
parent e7c2467231
commit 3fb88cb76d
3 changed files with 19 additions and 6 deletions

View file

@ -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()