summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.Gordon Tetlow2011-04-215-778/+0
| | | | Notes: svn path=/head/; revision=220910
* Remove the /usr/X11R6 paths. It has been long enough since the X stuffKen Smith2008-12-301-2/+0
| | | | | | | | | | moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after: 1 month Notes: svn path=/head/; revision=186602
* getopt(3) returns -1, not EOF.Ruslan Ermilov2008-02-191-1/+1
| | | | Notes: svn path=/head/; revision=176407
* Fix markup, remove a dummy BUGS section.Ruslan Ermilov2006-12-241-9/+10
| | | | Notes: svn path=/head/; revision=165532
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Remove Perl lines; it's better to let use.perl handle them.Dag-Erling Smørgrav2004-02-041-4/+0
| | | | Notes: svn path=/head/; revision=125459
* The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner.Dag-Erling Smørgrav2003-11-101-1/+3
| | | | Notes: svn path=/head/; revision=122392
* Perl 5.8.0 has been in ports for a long time. Add the correct directoryDag-Erling Smørgrav2003-09-181-0/+1
| | | | | | | to manpath.config so use.perl won't needs to add it. Notes: svn path=/head/; revision=120196
* Add /usr/X11R6/man to the optional manpath.Ruslan Ermilov2003-09-101-0/+1
| | | | | | | | PR: conf/56626 Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=119933
* Add /usr/local/man as OPTIONAL_MANPATHAndrey A. Chernov2003-02-111-0/+1
| | | | Notes: svn path=/head/; revision=110662
* Install the OpenSSL man pages in /usr/share/openssl/manJacques Vidrine2003-02-101-0/+1
| | | | | | | and remove the WANT_OPENSSL_MANPAGES knob. Notes: svn path=/head/; revision=110655
* 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
* Remove /usr/share/perl/manAndrey A. Chernov2002-05-241-1/+0
| | | | Notes: svn path=/head/; revision=97202
* Update perl's man path for 5.6.1Brian Somers2002-03-231-1/+1
| | | | Notes: svn path=/head/; revision=92993
* Now that we have the original BSD man(1)'s ${MACHINE} featureRuslan Ermilov2002-01-111-1/+1
| | | | | | | | | | | back (as of man.c,v 1.45), change the meaning of the -m option from poorly documented and badly coded "alternate system" to a much more useful "different architecture for the same system". PR: docs/31261 Notes: svn path=/head/; revision=89256
* Document how manpath(1) handles user's path directories that end in "/bin".Ruslan Ermilov2001-10-011-0/+9
| | | | | | | | PR: docs/30940 MFC after: 3 days Notes: svn path=/head/; revision=84310
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-2/+2
| | | | Notes: svn path=/head/; revision=79366
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-4/+4
| | | | Notes: svn path=/head/; revision=74861
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-6/+3
| | | | Notes: svn path=/head/; revision=74804
* Do not allow non-absolute pathnames in the manpath.Ruslan Ermilov2001-02-131-0/+8
| | | | Notes: svn path=/head/; revision=72449
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
| | | | Notes: svn path=/head/; revision=69857
* Fixed manpage building.Ruslan Ermilov2000-12-051-3/+3
| | | | Notes: svn path=/head/; revision=69605
* Perl's version number needs upating.Mark Murray2000-07-021-1/+1
| | | | Notes: svn path=/head/; revision=62418
* Fix manpath for new perlAndrey A. Chernov2000-07-021-1/+1
| | | | Notes: svn path=/head/; revision=62374
* 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-233-5/+75
| | | | Notes: svn path=/head/; revision=53617
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
| | | | Notes: svn path=/head/; revision=50472
* Don't install /etc/manpath.config.sample.Ruslan Ermilov1999-08-271-4/+0
| | | | Notes: svn path=/head/; revision=50443
* Remove unused MANBIN directive.Ruslan Ermilov1999-08-202-12/+4
| | | | Notes: svn path=/head/; revision=50082
* - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,Ruslan Ermilov1999-08-164-46/+65
| | | | | | | | | | | | | | | | | | 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
* Remove paths that are listed as compulsory (sorta). /usr/local is notMark Murray1999-07-251-3/+3
| | | | | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors. Notes: svn path=/head/; revision=49087
* Add a missing backslash from the last commit. (Broke installworld)John Birrell1999-05-231-1/+1
| | | | Notes: svn path=/head/; revision=47421
* Use BINOWN and BINGRP (some people do change these...)Tim Vanderhoek1999-05-221-2/+2
| | | | Notes: svn path=/head/; revision=47406
* upgrade to perl 5.00503Andrey A. Chernov1999-05-131-2/+2
| | | | Notes: svn path=/head/; revision=47115
* Add perl5 userland (actually localland) to MANPATH list.Mark Murray1999-02-041-3/+2
| | | | Notes: svn path=/head/; revision=43594
* space/tab problemAndrey A. Chernov1998-10-021-2/+2
| | | | Notes: svn path=/head/; revision=39893
* add /usr/share/perl/manAndrey A. Chernov1998-10-021-1/+2
| | | | Notes: svn path=/head/; revision=39878
* Add Id keywordBrian Somers1998-09-131-1/+1
| | | | Notes: svn path=/head/; revision=39145
* 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
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-7/+2
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Notes: svn path=/head/; revision=34159
* Remove manpath.[ch] here and use the ones in ../manpath instead.Steve Price1997-11-301-2/+0
| | | | Notes: svn path=/head/; revision=31462
* 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-302-520/+2
| | | | | | | | | 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
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
| | | | | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it. Notes: svn path=/head/; revision=24792
* Remove a doubled word. Closes PR# 3163.Mike Pritchard1997-04-011-1/+0
| | | | | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=24500
* Convert to mdoc format.Mike Pritchard1996-12-091-27/+39
| | | | | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134 Notes: svn path=/head/; revision=20244
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipSatoshi Asami1996-12-071-3/+1
| | | | | | | | | | | | | the system with these (and the mh port doesn't install there either). Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out in MANDATORY_MANPATH. 2.2 candidate, I guess. I can't even imagine why these stuff were still there! Notes: svn path=/head/; revision=20201
* Fixed DPADD.Bruce Evans1996-09-051-3/+4
| | | | Notes: svn path=/head/; revision=18050