1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

Base: Document manpage structure separately

This section is now removed from Help(1) and man(1).
This commit is contained in:
kleines Filmröllchen 2022-12-14 15:47:50 +01:00 committed by Andrew Kaster
parent 2d08e53493
commit f824a67b3b
4 changed files with 63 additions and 32 deletions

View file

@ -2,7 +2,7 @@
## Welcome to the SerenityOS on-line help system!
This is **Help**, the built-in documentation viewer for the SerenityOS desktop environment. If you prefer a command-line interface, the [man](help://man/1/man) command offers a text-only view of the same library.
This is **Help**, the built-in documentation viewer for the SerenityOS desktop environment. If you prefer a command-line interface, the [`man`(1)](help://man/1/man) command offers a text-only view of the same library.
---
@ -10,6 +10,8 @@ Documentation is divided into traditional Unix-style manual categories. Use the
There's also a full-text search option under the **Search** tab.
If you want more information on the structure of the manual system, take a look at [`man(7)`](help://man/7/man).
---
Thank you for using ***SerenityOS Help!***