]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/man/manpath/manpath.config
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / man / manpath / manpath.config
1 # $FreeBSD$
2 #
3 # This file is read by manpath(1) to configure the mandatory manpath,
4 # optional manpath and to map each path element to a manpath element.
5 # The format is:
6 #
7 # MANDATORY_MANPATH                     manpath_element
8 # OPTIONAL_MANPATH                      manpath_element
9 # MANPATH_MAP           path_element    manpath_element
10 # MANLOCALES            locale1 locale2 ...
11 #
12 # every automatically generated MANPATH includes these fields
13 #
14 MANDATORY_MANPATH       /usr/share/man
15 MANDATORY_MANPATH       /usr/share/openssl/man
16 #
17 # check if the directory exists and if it does, add it to MANPATH
18 #
19 OPTIONAL_MANPATH        /usr/local/man
20 #
21 # set up PATH to MANPATH mapping
22 #
23 MANPATH_MAP     /bin                    /usr/share/man
24 MANPATH_MAP     /usr/bin                /usr/share/man
25 MANPATH_MAP     /usr/local/bin          /usr/local/man
26 #
27 # set man locales, if needed
28 #
29 #MANLOCALES     ru_RU.KOI8-R