From 5c04a2d4b34be9b1e1dd662d8377af926b88d863 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 16 Oct 2021 00:05:23 +0200 Subject: man.serenityos.org: Add section descriptions to overview page --- Meta/Websites/man.serenityos.org/index.html | 14 +++++++------- Userland/Applications/Help/ManualModel.cpp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Meta/Websites/man.serenityos.org/index.html b/Meta/Websites/man.serenityos.org/index.html index 46cb5b3514..7f8ff11118 100644 --- a/Meta/Websites/man.serenityos.org/index.html +++ b/Meta/Websites/man.serenityos.org/index.html @@ -6,12 +6,12 @@ SerenityOS

SerenityOS man pages

-

Section 1

-

Section 2

-

Section 3

-

Section 4

-

Section 5

-

Section 7

-

Section 8

+

Section 1: User programs (applets, applications, utilities, etc.)

+

Section 2: System calls (getuid, mount, pledge, sendfd, etc.)

+

Section 3: Library functions (basename, isatty, POSIX functions, etc.)

+

Section 4: Special Files (audio, mem, etc.)

+

Section 5: File formats (getopt convention, Shell, SystemServer)

+

Section 7: Miscellanea (mitigations, sys filesystem, SystemServer, etc.)

+

Section 8: Sysadmin tools (dmesg, pls, sysctl, useradd, etc.)

diff --git a/Userland/Applications/Help/ManualModel.cpp b/Userland/Applications/Help/ManualModel.cpp index c69b6a4767..3d6eb29a7e 100644 --- a/Userland/Applications/Help/ManualModel.cpp +++ b/Userland/Applications/Help/ManualModel.cpp @@ -15,7 +15,7 @@ static ManualSectionNode s_sections[] = { { "1", "User programs" }, { "2", "System calls" }, - { "3", "Libraries" }, + { "3", "Library functions" }, { "4", "Special files" }, { "5", "File formats" }, { "6", "Games" }, -- cgit v1.2.3