I used mergemaster to update /etc. Below is the content of /etc/manpath.config
 
#$FreeBSD:src/gnu/usr.bin/man/manpath/manpath.config,v1.8.2.6 1999/08/29 14:3
3:58 peter Exp $
#
# 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:
#
# MANDATORY_MANPATH                     manpath_element
# OPTIONAL_MANPATH                      manpath_element
# MANPATH_MAP           path_element    manpath_element
#
# every automatically generated MANPATH includes these fields
#
MANDATORY_MANPATH       /usr/share/man
MANDATORY_MANPATH       /usr/share/perl/man
#
# check if the directory exists and if it does, add it to MANPATH
#
OPTIONAL_MANPATH        /usr/local/lib/perl5/5.00503/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
thanks...
 

Reply via email to