mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
Remove unused MANBIN directive.
This commit is contained in:
parent
9212e4c73a
commit
7a4acb8075
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50082
@ -200,9 +200,6 @@ get_dirlist ()
|
||||
if (*bp == '#' || *bp == '\n')
|
||||
continue;
|
||||
|
||||
if (!strncmp ("MANBIN", bp, 6))
|
||||
continue;
|
||||
|
||||
if (!strncmp ("MANDATORY_MANPATH", bp, 17) ||
|
||||
!strncmp ("OPTIONAL_MANPATH", bp, 16))
|
||||
{
|
||||
|
@ -1,18 +1,13 @@
|
||||
# $Id: manpath.config,v 1.11 1999/07/25 19:33:06 markm Exp $
|
||||
# $Id: manpath.config,v 1.12 1999/08/16 11:34:56 ru Exp $
|
||||
#
|
||||
# This file is read by manpath(1) to configure the mandatory and
|
||||
# optional manpath, to map each path element to a manpath element
|
||||
# and to determine where the "man" binary lives. The format is:
|
||||
# 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:
|
||||
#
|
||||
# MANBIN pathname
|
||||
# MANDATORY_MANPATH manpath_element
|
||||
# OPTIONAL_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
|
||||
|
Loading…
Reference in New Issue
Block a user