freebsd-dev/gnu/usr.bin/man/manpath/manpath.config

32 lines
866 B
Plaintext
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1993-07-07 23:07:02 +00:00
#
1999-08-20 10:44:51 +00:00
# This file is read by manpath(1) to configure the mandatory manpath,
# optional manpath and to map each path element to a manpath element.
# The format is:
1993-07-07 23:07:02 +00:00
#
# MANDATORY_MANPATH manpath_element
# OPTIONAL_MANPATH manpath_element
1993-07-07 23:07:02 +00:00
# MANPATH_MAP path_element manpath_element
# MANLOCALES locale1 locale2 ...
1993-07-07 23:07:02 +00:00
#
# every automatically generated MANPATH includes these fields
#
MANDATORY_MANPATH /usr/share/man
MANDATORY_MANPATH /usr/share/openssl/man
#
# check if the directory exists and if it does, add it to MANPATH
#
2003-02-11 01:04:53 +00:00
OPTIONAL_MANPATH /usr/local/man
OPTIONAL_MANPATH /usr/X11R6/man
1993-07-07 23:07:02 +00:00
#
# set up PATH to MANPATH mapping
#
MANPATH_MAP /bin /usr/share/man
MANPATH_MAP /usr/bin /usr/share/man
MANPATH_MAP /usr/local/bin /usr/local/man
MANPATH_MAP /usr/X11R6/bin /usr/X11R6/man
#
# set man locales, if needed
#
#MANLOCALES ru_RU.KOI8-R