Creating a man page in Minix 3? -


i'm unsure on how go creating new man page in minix 3. groff , troff aren't available in minix, , after researching can't find alternative. how go creating new man page in minix?

minix3 has mandoc (aka mdocml) in its tree supports both mdoc(7) , legacy man(7).

the mandoc(1) utility, default, writes formatted text standard output, , -a option causes pipe output pager "just man(1) would".

mandoc -a path/to/myprog.1 

Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

python - Evaluating the next line in a For Loop while in the current iteration -