opnsense-src/gnu/usr.bin/man/manpath/manpath.config
Mark Murray 210f9eb552 Remove paths that are listed as compulsory (sorta). /usr/local is not
guaranteed to be there on a new system. This fixes whereis' "Could not
stat file..." errors.
1999-07-25 19:33:06 +00:00

28 lines
850 B
Text

# $Id: manpath.config,v 1.10 1999/05/13 15:47:04 ache Exp $
#
# 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/share/perl/man
#MANDATORY_MANPATH /usr/local/man
#MANDATORY_MANPATH /usr/local/lib/perl5/5.00503/man
MANDATORY_MANPATH /usr/X11R6/man
#
# 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