manpath
Manpath refers to both a small utility and the environment variable that influence where the system’s manual pages are searched from. On Unix-like systems, the man command looks for manual pages in a set of directories, and manpath is the program used to display that search path. The term is also used informally to describe the search path itself.
The search path used by man can be overridden by the environment variable MANPATH. When MANPATH is
The manpath program prints the directories that the man command will search, usually as a colon-separated list.
Typical usage is simple: running manpath displays the current search path. Users may also temporarily override