| manpages.info - online man pages | ![]() |
|||
|
manpath (1) Table of Contents
Namemanpath - determine user's search path for man pages
Synopsismanpath [-dLq]
DescriptionManpath tries to determine the user's manpath from a set of system defaults and the user's PATH, echoing the result to the standard output. Warnings and errors are written to the standard error. If a directory in the user's path is not listed in the /etc/manpath.config file, manpath looks for the subdirectories man or MAN. If they exist, they are added to the search path. If they do not exist, but the directory ends in /bin, manpath replaces /bin with /man and checks if that directory exists. If it exists, it is added to the search path.
Manpath is used by man(1) to determine the search path, so users normally don't need to set the MANPATH environment variable directly.
The options are as follows:
Environment
Files/etc/manpath.config System configuration file.
See Alsoapropos(1) , man(1) , whatis(1)
BugsNone known.
|