Files
2024-02-19 00:21:16 -05:00

43 lines
1.1 KiB
Plaintext

# manpath.config
#
# Edit this file to match your site.
#
# Copyright (c) 1991, John W. Eaton.
#
# You may distribute under the terms of the GNU General Public
# License as specified in the README file that comes with the man 1.0
# distribution.
#
# John W. Eaton
# jwe@che.utexas.edu
# Department of Chemical Engineering
# The University of Texas at Austin
# Austin, Texas 78712
#
# 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/lib/man
#
# every automatically generated MANPATH includes these fields
#
MANDATORY_MANPATH /usr/man
MANDATORY_MANPATH /usr/local/man
MANDATORY_MANPATH /usr/X11/man
#
# set up PATH to MANPATH mapping
#
MANPATH_MAP /bin /usr/man
MANPATH_MAP /usr/bin /usr/man
MANPATH_MAP /usr/ucb /usr/man
MANPATH_MAP /usr/local/bin /usr/local/man
MANPATH_MAP /usr/bin/X11 /usr/X11/man
MANPATH_MAP /usr/TeX/bin /usr/TeX/man