summaryrefslogtreecommitdiffstats
path: root/etc/manpath.config
blob: 677b1adec5e464a07f14dc41e6e9f69eb5d6bdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# manpath.config
#
# This file is read by manpath to configure the mandatory manpath, to
# map each path element to a manpath element and to determine where the
# "man" binary lives.  The format is:
#
# MANBIN				pathname
# MANDATORY_MANPATH			manpath_element
# MANPATH_MAP		path_element	manpath_element
#
# MANBIN is optional
#
#MANBIN		/usr/local/bin/man
#
# every automatically generated MANPATH includes these fields
#
MANDATORY_MANPATH	/usr/share/man
MANDATORY_MANPATH	/usr/local/man
MANDATORY_MANPATH	/usr/X386/man
MANDATORY_MANPATH	/usr/X11R6/man
MANDATORY_MANPATH	/usr/gnu/man
#
# set up PATH to MANPATH mapping
#
MANPATH_MAP	/bin			/usr/share/man
MANPATH_MAP	/usr/bin		/usr/share/man
MANPATH_MAP	/usr/ucb		/usr/share/man
MANPATH_MAP	/usr/local/mh		/usr/local/mh/man
MANPATH_MAP	/usr/local/bin		/usr/local/man
MANPATH_MAP	/usr/gnu		/usr/gnu/man
MANPATH_MAP	/usr/X386/bin		/usr/X386/man
MANPATH_MAP	/usr/X11R6/bin		/usr/X11R6/man
OpenPOWER on IntegriCloud