summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath/manpath.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
| | | | | | 'RELENG_6_2_0_RELEASE'. This commit was manufactured to restore the state of the 6.2-RELEASE image.
* Don't dump core if none of the directories in /etc/manpath.config exist.Kris Kennaway2002-10-271-0/+3
| | | | | | | Submitted by: terry Notes: svn path=/head/; revision=106012
* Do not allow non-absolute pathnames in the manpath.Ruslan Ermilov2001-02-131-0/+8
| | | | Notes: svn path=/head/; revision=72449
* Allow man to parse MANLOCALES but not to store itAndrey A. Chernov1999-11-231-4/+3
| | | | Notes: svn path=/head/; revision=53623
* #ifdef MAIN locale additions to build manAndrey A. Chernov1999-11-231-0/+4
| | | | Notes: svn path=/head/; revision=53622
* Add -L: print MANLOCALES variable for man locales listAndrey A. Chernov1999-11-231-2/+54
| | | | Notes: svn path=/head/; revision=53617
* Remove unused MANBIN directive.Ruslan Ermilov1999-08-201-3/+0
| | | | Notes: svn path=/head/; revision=50082
* - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,Ruslan Ermilov1999-08-161-24/+27
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=49888
* For every directory in ${PATH} that ends with "/bin", look for aDag-Erling Smørgrav1998-07-091-0/+11
| | | | | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com> Notes: svn path=/head/; revision=37533
* Resurrect manpath.c here.Steve Price1997-11-301-0/+525
| | | | Notes: svn path=/head/; revision=31461
* Remove this copy of manpath.c and add the .PATH directive to get toSteve Price1997-11-301-520/+0
| | | | | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans Notes: svn path=/head/; revision=31458
* Always call gripe_reading_mp_config with the required arguments.Steve Price1997-11-301-2/+2
| | | | | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu> Notes: svn path=/head/; revision=31453
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8858
* Newer new man page reader.Jordan K. Hubbard1993-07-071-0/+520
Notes: svn path=/cvs2svn/branches/man/; revision=103