opnsense-src/gnu/usr.bin/man/manpath/manpath.config

30 lines
791 B
Text
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1993-07-07 19:07:02 -04:00
#
1999-08-20 06:44:51 -04: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 19:07:02 -04:00
#
# MANDATORY_MANPATH manpath_element
# OPTIONAL_MANPATH manpath_element
1993-07-07 19:07:02 -04:00
# MANPATH_MAP path_element manpath_element
# MANLOCALES locale1 locale2 ...
1993-07-07 19:07:02 -04: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-10 20:04:53 -05:00
OPTIONAL_MANPATH /usr/local/man
1993-07-07 19:07:02 -04: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
#
# set man locales, if needed
#
#MANLOCALES ru_RU.KOI8-R