# $Id: config_file.in,v 1.3 2003/04/27 22:40:12 jtalkington Exp $ ### @package@ version @package_version@ configuration file ### # disable apropos or section indexes #DISABLE APROPOS #DISABLE INDEXES # the man command MAN_COMMAND @man@ # the switch used to pass the MANPATH to man MANPATH_SWITCH @manpath_switch@ # the MANPATH # the manpath can be specified as one colon seperated list, or # with one or more on each line (or a combination of both) e.g. # MANPATH /usr/share/man:usr/local/man # or # MANPATH /usr/share/man # MANPATH /usr/local/man MANPATH @manpath@ # the switch that is used to pass the section to man SECTION_SWITCH @section_switch@ # command for apropos (keyword) search) # emptry string disables apropos searches APROPOS @apropos@ # section entries # the the format is: psuedo_section real_section description # where # psuedo_section is the apparent section it's in # real_section is the real section it's in # description is a text description # psuedo_section is needed because some platforms (such as MacOS X) # don't allow for subsections to be specified. # SECTION 3x 3 Curses Library Functions # SECTION 3 3 C Library Functions # style sheet elements # the default font STYLE BODY {font-family: arial, helvetica, sans-serif; } # colors bold elements (bold doesn't work when in
 mode,
# which is used for man page contents)
STYLE SPAN.bold { color: navy; }

# colors underline
STYLE SPAN.underline { color: purple; }

# links
STYLE A:link {color: blue; text-decoration: none; }
STYLE A:visited {color: blue; text-decoration: none; }
STYLE A:hover {text-decoration: underline; }