Are the man pages usually stored in the same location, and if so where? I have a little utility, but apparently there are no man pages associated with it. Just hoping really here...
They're usually in /usr/share/man and beneath, but you can check with echo $MANPATH. If there are pages to accompany the application, you'll need to add their location to MANPATH. HTH.
many many thanks for your quick reply(s). are the manpages named after the utility? if so, would it be possible to search in all subdirectorys of, f.ex. /usr/share/man for the name of the utility?
Sometimes package util man pages can be found under /usr/local, as crash mentions. I have also seen them located under /opt/<package_name> as in the case of the SE toolkit. Cheers.
Most utilities will be in /usr/local or /opt. They should normaly be in a directory titled man and on the same path as the other directories for that utility such as bin & lib.
i.e. /opt/OV/man /opt/OV/lib /opt/OV/bin.
To use the man pages, from your shell when logging in, edit ~/.profile and update the (or add) the MANPATH line.
Should be something like this: -
MANPATH=$MANPATH:/opt/OV/man
Ged Jones
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.