1
0
Fork
You've already forked manpages
0
field notes
  • Roff 96.2%
  • Shell 3.8%
2026年02月20日 01:55:14 +02:00
detour.1 detour readme 2026年01月05日 00:40:52 +01:00
init.8 misc fixes 2025年11月08日 12:29:12 -06:00
install.sh detour 2025年11月09日 11:09:52 -06:00
ports.7 finished manpage 2026年01月05日 01:36:40 +01:00
rc.local.8 misc fixes 2025年11月08日 12:29:12 -06:00
README.md update readme 2025年11月08日 08:56:16 -06:00
sctl.8 sctl update changed syntax 2026年02月20日 01:55:14 +02:00

write a manpage for derive

here is a simple guide to write manpages for derive

suffixes

  1. shell commands (like man)
  2. system calls
  3. library functions
  4. kernel interfaces
  5. file formates (like /etc/fstab)
  6. games
  7. misc information
  8. root commands
  • the init command is a system command. so its init.8
  • detour isnt really needed, so its classified as detour.7

tips

  • man man
  • refer to your systems manual pages, as documentations in derive is scarce
  • use a informational writing style.
  • keep in mind you are only writing for derive linux