diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-12-14 15:47:50 +0100 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2023-01-02 06:15:13 -0700 |
commit | f824a67b3b72d2459996c0676783efe613413af6 (patch) | |
tree | 8902809b6baef1a6dff5cf616a06aa772af3071b /Base/usr/share/man/man1 | |
parent | 2d08e53493102c1d81f1bbd0b8bfd1f59607cea5 (diff) | |
download | serenity-f824a67b3b72d2459996c0676783efe613413af6.zip |
Base: Document manpage structure separately
This section is now removed from Help(1) and man(1).
Diffstat (limited to 'Base/usr/share/man/man1')
-rw-r--r-- | Base/usr/share/man/man1/Help.md | 17 | ||||
-rw-r--r-- | Base/usr/share/man/man1/man.md | 17 |
2 files changed, 3 insertions, 31 deletions
diff --git a/Base/usr/share/man/man1/Help.md b/Base/usr/share/man/man1/Help.md index 53fea0a553..2c505907a9 100644 --- a/Base/usr/share/man/man1/Help.md +++ b/Base/usr/share/man/man1/Help.md @@ -18,21 +18,6 @@ $ Help file `Help` is Serenity's digital manual, the GUI counterpart to `man`. It lets you search for and read manual pages (or "man pages"). -## Sections - -The SerenityOS manual is split into the following *sections*, or *chapters*: - -1. User Programs -2. System Calls -3. Library Functions -4. Special Files -5. File Formats -6. Games -7. Miscellanea -8. Sysadmin Tools - -Sections are subject to change in the future. - ## Examples To open Help: @@ -62,4 +47,4 @@ this man page should be located at `/usr/share/man/man1/Help.md`. ## See Also * [`man`(1)](help://man/1/man) To read these same man pages from the terminal - +* [`man`(7)](help://man/7/man) For an overview on how manpages are organized diff --git a/Base/usr/share/man/man1/man.md b/Base/usr/share/man/man1/man.md index c85cb2b2e0..2a1e04651c 100644 --- a/Base/usr/share/man/man1/man.md +++ b/Base/usr/share/man/man1/man.md @@ -15,21 +15,6 @@ $ man section page or man pages for short, from the SerenityOS manual. You're reading the manual page for `man` program itself right now. -## Sections - -The SerenityOS manual is split into the following *sections*, or *chapters*: - -1. User Programs -2. System Calls -3. Library Functions -4. Special Files -5. File Formats -6. Games -7. Miscellanea -8. Sysadmin Tools - -Sections are subject to change in the future. - ## Examples To open documentation for the `echo` command: @@ -54,3 +39,5 @@ this man page should be located at `/usr/share/man/man1/man.md`. ## See Also * [`less`(1)](help://man/1/less) For the terminal pager that `man` uses by default +* [`Help`(1)](help://man/1/Help) To read these same man pages in a GUI +* [`man`(7)](help://man/7/man) For an overview on how manpages are organized |