Date: Mon, 16 Aug 1999 04:34:58 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.c manpath.config manpath.h manpath.man Message-ID: <199908161134.EAA38575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 1999/08/16 04:34:58 PDT
Modified files:
gnu/usr.bin/man/manpath manpath.c manpath.config manpath.h
manpath.man
Log:
- Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,
except an absence of the directory is not considered an error
and doesn't produce a warning).
Put /usr/local/lib/perl5/*/man under OPTIONAL_MANPATH.
- An order of directives in manpath.config is now irrelevant.
- Get rid of infinite loop when PATH is unset or NULL, and
MANDATORY_MANPATH directory doesn't exist.
- mdoc(9)ify manpage.
Reviewed by: des, markm, sheldonh
Revision Changes Path
1.7 +27 -24 src/gnu/usr.bin/man/manpath/manpath.c
1.12 +9 -7 src/gnu/usr.bin/man/manpath/manpath.config
1.3 +7 -1 src/gnu/usr.bin/man/manpath/manpath.h
1.4 +22 -14 src/gnu/usr.bin/man/manpath/manpath.man
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908161134.EAA38575>
