4
0
Fork
You've already forked manpages
4
field notes
  • Roff 98.6%
  • Shell 1.4%
2026年03月17日 02:41:56 +01:00
detour.1 detour readme 2026年01月05日 00:40:52 +01:00
dtr.1 got rid of markdown source and fixed formatting in dtr and spc 2026年03月15日 21:16:03 +05:00
init.8 init.8: create documentation 2026年03月12日 23:36:00 +01: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 got rid of markdown source and fixed formatting in dtr and spc 2026年03月15日 21:16:03 +05:00
sctl.8 sctl.8: Create documentation, we didn't have that before. We only had vibes. 2026年03月12日 23:31:18 +01:00
spc.1 got rid of markdown source and fixed formatting in dtr and spc 2026年03月15日 21:16:03 +05: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