# /etc/man.conf - configuration file for the manual page browser. # # This file specifies locations of manual pages and helper programs # used with the man utility. Lines beginning with hash marks are # considered to be comments. See man(1) and man.conf(5) for more # information about how to set up this file. # Assume locations of files adhere to the Filesystem Hierarchy Standard. FHS # Define directories in which to look for man pages. There may be # multiple MANPATH definitions for various locations. They are cumulative. MANPATH /usr/share/man MANPATH /usr/local/man MANPATH /opt/man # Configure search order for manual sections. MANSECT 1:8:5:2:3:4:6:7:9 # Helper applications, their paths and their arguments are defined below: TROFF /usr/bin/troff -Tps -mandoc NROFF /usr/bin/nroff -Tascii -mandoc EQN /usr/bin/eqn -Tps NEQN /usr/bin/eqn -Tascii TBL /usr/bin/tbl REFER /usr/bin/refer PIC /usr/bin/pic PAGER /usr/bin/less -isrR CAT /bin/cat CMP /usr/bin/cmp -s COMPRESS /bin/gzip COMPRESS_EXT .gz # Helper applications for various types of compressed man pages are # listed below with the extentions that indicate the type of compression. .bz2 .gz /bin/gunzip -c .Z # end of man.conf