documentation - How do you view a man page you just created? -
suppose have man page, wrote , passed through nroff -man
, called command.1
how view man
now? looked though man
man page, , maybe missed it, didn't see anything. searched google.
is possible view using nroff -man
? there command line option man
view specific file? necessary modify manpath
?
thanks.
put command.1
man page in new folder called man1
. then, assuming you're in folder containing new man1
folder, call man command this:
man -m . command
replace dot path folder containing man1
folder if you're located elsewhere.
Comments
Post a Comment