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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -