Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
man.conf — configuration file for manDESCRIPTION
This is the configuration file for the man(1), apropos(1), and makewhatis(8) utilities. Its presence, and all directives, are optional.- manpath path
-
Override the default search path for man(1), apropos(1), and makewhatis(8). It can be used multiple times to specify multiple paths, with the order determining the manual page search order.
.0
’. - output option [value]
-
Configure the default value of an output option. These directives are overridden by the -O command line options of the same names. For details, see the mandoc(1) manual.
option value used by -T purpose fragment none html print only body includes string html path to header files indent integer ascii, utf8 left margin man string html path for Xr links paper string ps, pdf paper size style string html CSS file toc none html print table of contents width integer ascii, utf8 right margin
FILES
- /etc/man.conf
EXAMPLES
The following configuration file reproduces the defaults: installing it is equivalent to not having a man.conf file at all.manpath /usr/share/man manpath /usr/X11R6/man manpath /usr/local/man