forked from cmccabe/rtc-man-pages
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
539 B
12 lines
539 B
Arch man pages kept here:
|
|
/usr/share/man/man*
|
|
|
|
After formatting your man page document, gzip it with a -k to keep the original. E.g.
|
|
gzip -k shlog.5
|
|
|
|
Then, put shlog.5.gz in the corresponding man directory. shlog is in 5, rawtext.club is in 7. Normal users, just ask the admin to do this step.
|
|
~!! make sure you 'sudo cp' it and not 'sudo mv' it because the latter will not change ownership to root.
|
|
|
|
Google search for "how to create a man page" for formatting instructions. Pages like:
|
|
http://www.linuxhowtos.org/System/creatingman.htm
|