Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove GNU man implemenation now that the BSD version has cooked for a while. | gordon | 2011-04-21 | 5 | -778/+0 |
| | |||||
* | Remove the /usr/X11R6 paths. It has been long enough since the X stuff | kensmith | 2008-12-30 | 1 | -2/+0 |
| | | | | | | | moved to /usr/local. Checked with: des (last person to have fiddled with this) MFC after: 1 month | ||||
* | getopt(3) returns -1, not EOF. | ru | 2008-02-19 | 1 | -1/+1 |
| | |||||
* | Fix markup, remove a dummy BUGS section. | ru | 2006-12-24 | 1 | -9/+10 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Remove Perl lines; it's better to let use.perl handle them. | des | 2004-02-04 | 1 | -4/+0 |
| | |||||
* | The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner. | des | 2003-11-10 | 1 | -1/+3 |
| | |||||
* | Perl 5.8.0 has been in ports for a long time. Add the correct directory | des | 2003-09-18 | 1 | -0/+1 |
| | | | | to manpath.config so use.perl won't needs to add it. | ||||
* | Add /usr/X11R6/man to the optional manpath. | ru | 2003-09-10 | 1 | -0/+1 |
| | | | | | PR: conf/56626 Submitted by: Oliver Eikemeier | ||||
* | Add /usr/local/man as OPTIONAL_MANPATH | ache | 2003-02-11 | 1 | -0/+1 |
| | |||||
* | Install the OpenSSL man pages in /usr/share/openssl/man | nectar | 2003-02-10 | 1 | -0/+1 |
| | | | | and remove the WANT_OPENSSL_MANPAGES knob. | ||||
* | Don't dump core if none of the directories in /etc/manpath.config exist. | kris | 2002-10-27 | 1 | -0/+3 |
| | | | | Submitted by: terry | ||||
* | Remove /usr/share/perl/man | ache | 2002-05-24 | 1 | -1/+0 |
| | |||||
* | Update perl's man path for 5.6.1 | brian | 2002-03-23 | 1 | -1/+1 |
| | |||||
* | Now that we have the original BSD man(1)'s ${MACHINE} feature | ru | 2002-01-11 | 1 | -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". | ru | 2001-10-01 | 1 | -0/+9 |
| | | | | | PR: docs/30940 MFC after: 3 days | ||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -2/+2 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -4/+4 |
| | |||||
* | Don't use MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -6/+3 |
| | |||||
* | Do not allow non-absolute pathnames in the manpath. | ru | 2001-02-13 | 1 | -0/+8 |
| | |||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 1 | -1/+1 |
| | |||||
* | Fixed manpage building. | ru | 2000-12-05 | 1 | -3/+3 |
| | |||||
* | Perl's version number needs upating. | markm | 2000-07-02 | 1 | -1/+1 |
| | |||||
* | Fix manpath for new perl | ache | 2000-07-02 | 1 | -1/+1 |
| | |||||
* | Allow man to parse MANLOCALES but not to store it | ache | 1999-11-23 | 1 | -4/+3 |
| | |||||
* | #ifdef MAIN locale additions to build man | ache | 1999-11-23 | 1 | -0/+4 |
| | |||||
* | Add -L: print MANLOCALES variable for man locales list | ache | 1999-11-23 | 3 | -5/+75 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 2 | -2/+2 |
| | |||||
* | Don't install /etc/manpath.config.sample. | ru | 1999-08-27 | 1 | -4/+0 |
| | |||||
* | Remove unused MANBIN directive. | ru | 1999-08-20 | 2 | -12/+4 |
| | |||||
* | - Add an OPTIONAL_MANPATH directive (same as MANDATORY_MANPATH, | ru | 1999-08-16 | 4 | -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 not | markm | 1999-07-25 | 1 | -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) | jb | 1999-05-23 | 1 | -1/+1 |
| | |||||
* | Use BINOWN and BINGRP (some people do change these...) | hoek | 1999-05-22 | 1 | -2/+2 |
| | |||||
* | upgrade to perl 5.00503 | ache | 1999-05-13 | 1 | -2/+2 |
| | |||||
* | Add perl5 userland (actually localland) to MANPATH list. | markm | 1999-02-04 | 1 | -3/+2 |
| | |||||
* | space/tab problem | ache | 1998-10-02 | 1 | -2/+2 |
| | |||||
* | add /usr/share/perl/man | ache | 1998-10-02 | 1 | -1/+2 |
| | |||||
* | Add Id keyword | brian | 1998-09-13 | 1 | -1/+1 |
| | |||||
* | For every directory in ${PATH} that ends with "/bin", look for a | des | 1998-07-09 | 1 | -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 internal | bde | 1998-03-07 | 1 | -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. | steve | 1997-11-30 | 1 | -2/+0 |
| | |||||
* | Resurrect manpath.c here. | steve | 1997-11-30 | 1 | -0/+525 |
| | |||||
* | Remove this copy of manpath.c and add the .PATH directive to get to | steve | 1997-11-30 | 2 | -520/+2 |
| | | | | | | the same file in ${.CURDIR}/../man. Suggested by: Bruce Evans | ||||
* | Always call gripe_reading_mp_config with the required arguments. | steve | 1997-11-30 | 1 | -2/+2 |
| | | | | | PR: 3894 Submitted by: Stephen Clawson <sclawson@marker.cs.utah.edu> | ||||
* | Fixed bogus existence test related to searching for a nearby obj | bde | 1997-04-10 | 1 | -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. | mpp | 1997-04-01 | 1 | -1/+0 |
| | | | | Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> | ||||
* | Convert to mdoc format. | mpp | 1996-12-09 | 1 | -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 ship | asami | 1996-12-07 | 1 | -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. | bde | 1996-09-05 | 1 | -3/+4 |
| |