field notes
- Roff 98.6%
- Shell 1.4%
| detour.1 | detour readme | |
| dtr.1 | got rid of markdown source and fixed formatting in dtr and spc | |
| init.8 | init.8: create documentation | |
| install.sh | detour | |
| ports.7 | finished manpage | |
| rc.local.8 | misc fixes | |
| README.md | got rid of markdown source and fixed formatting in dtr and spc | |
| sctl.8 | sctl.8: Create documentation, we didn't have that before. We only had vibes. | |
| spc.1 | got rid of markdown source and fixed formatting in dtr and spc | |
write a manpage for derive
here is a simple guide to write manpages for derive
suffixes
- shell commands (like man)
- system calls
- library functions
- kernel interfaces
- file formates (like /etc/fstab)
- games
- misc information
- 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