1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 01:35:08 +00:00
serenity/Meta/Websites/man.serenityos.org/index.md
Ben Wiederhake dad47a3dd1 man.serenityos.org: Use pandoc for listings and landing page
This makes all pages look and feel the same, because they all use the
default CSS generated by pandoc. Also, it inserts the banner everywhere
at the top, not only into the top-level index.html.

Credit to @xSlendiX for suggesting that `-B` works here.
2021-10-22 19:49:28 +03:00

7 lines
590 B
Markdown

- [Section 1: User programs (applets, applications, utilities, etc.)](man1/index.html)
- [Section 2: System calls (getuid, mount, pledge, sendfd, etc.)](man2/index.html)
- [Section 3: Library functions (basename, isatty, POSIX functions, etc.)](man3/index.html)
- [Section 4: Special Files (audio, mem, etc.)](man4/index.html)
- [Section 5: File formats (getopt convention, Shell, SystemServer)](man5/index.html)
- [Section 7: Miscellanea (mitigations, sys filesystem, SystemServer, etc.)](man7/index.html)
- [Section 8: Sysadmin tools (dmesg, pls, sysctl, useradd, etc.)](man8/index.html)