summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/manpath
Commit message (Collapse)AuthorAgeFilesLines
* Update perl's man path for 5.6.1brian2002-03-231-1/+1
|
* Now that we have the original BSD man(1)'s ${MACHINE} featureru2002-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
* Document how manpath(1) handles user's path directories that end in "/bin".ru2001-10-011-0/+9
| | | | | PR: docs/30940 MFC after: 3 days
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* MAN[1-9] -> MAN.ru2001-03-271-4/+4
|
* Don't use MANDEPEND and MANSRC.ru2001-03-261-6/+3
|
* Do not allow non-absolute pathnames in the manpath.ru2001-02-131-0/+8
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Fixed manpage building.ru2000-12-051-3/+3
|
* Perl's version number needs upating.markm2000-07-021-1/+1
|
* Fix manpath for new perlache2000-07-021-1/+1
|
* Allow man to parse MANLOCALES but not to store itache1999-11-231-4/+3
|
* #ifdef MAIN locale additions to build manache1999-11-231-0/+4
|
* Add -L: print MANLOCALES variable for man locales listache1999-11-233-5/+75
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Don't install /etc/manpath.config.sample.ru1999-08-271-4/+0
|
* Remove unused MANBIN directive.ru1999-08-202-12/+4
|
* - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH,ru1999-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
* Remove paths that are listed as compulsory (sorta). /usr/local is notmarkm1999-07-251-3/+3
| | | | | guaranteed to be there on a new system. This fixes whereis' "Could not stat file..." errors.
* Add a missing backslash from the last commit. (Broke installworld)jb1999-05-231-1/+1
|
* Use BINOWN and BINGRP (some people do change these...)hoek1999-05-221-2/+2
|
* upgrade to perl 5.00503ache1999-05-131-2/+2
|
* Add perl5 userland (actually localland) to MANPATH list.markm1999-02-041-3/+2
|
* space/tab problemache1998-10-021-2/+2
|
* add /usr/share/perl/manache1998-10-021-1/+2
|
* Add Id keywordbrian1998-09-131-1/+1
|
* For every directory in ${PATH} that ends with "/bin", look for ades1998-07-091-0/+11
| | | | | | | corresponding directory ending in "/man". PR: 7215 Submitted by: Wayne Scott <wscott@ichips.intel.com>
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-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.
* Remove manpath.[ch] here and use the ones in ../manpath instead.steve1997-11-301-2/+0
|
* Resurrect manpath.c here.steve1997-11-301-0/+525
|
* Remove this copy of manpath.c and add the .PATH directive to get tosteve1997-11-302-520/+2
| | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans
* Always call gripe_reading_mp_config with the required arguments.steve1997-11-301-2/+2
| | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu>
* Fixed bogus existence test related to searching for a nearby objbde1997-04-101-6/+1
| | | | | directory. manpath.1 is always in the current (= object) directory, so don't search for it.
* Remove a doubled word. Closes PR# 3163.mpp1997-04-011-1/+0
| | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Convert to mdoc format.mpp1996-12-091-27/+39
| | | | Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipasami1996-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!
* Fixed DPADD.bde1996-09-051-3/+4
|
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-5/+5
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1996-02-251-1/+1
|
* making <page>.1 from <page>.manwosch1996-02-061-0/+1
|
* manpath.1 depend on manpath.manwosch1996-01-241-0/+1
|
* Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete.jkh1995-11-281-1/+1
| | | | Submitted by: mi@ALDAN.star89.galstar.com
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+2
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-302-5/+5
|
* Install manpath.config.sample with the correct mode. It should be installedbde1995-02-261-1/+1
| | | | elsewhere.
* Remove /usr/gnu from mandatory manpath.jkh1994-11-221-2/+0
|
* Stop toasting folks' /etc/manpath.config files.jkh1994-05-171-1/+1
|
* Add X11R6 to manpath in preprataion for XFree86 3.0.rich1994-05-171-1/+3
|
* Removed manpath.1 and added CLEANFILES directive to Makefile since it'snate1993-07-211-0/+1
| | | | made automagically.
* One last thing for making sure it works.nate1993-07-211-1/+2
|
OpenPOWER on IntegriCloud