aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
Commit message (Expand)AuthorAgeFilesLines
...
* Resurrect manpath.c here.Steve Price1997-11-301-0/+525
* Remove this copy of manpath.c and add the .PATH directive to get toSteve Price1997-11-302-520/+2
* Always call gripe_reading_mp_config with the required arguments.Steve Price1997-11-302-4/+4
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-1/+1
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* spelling corrections.Wolfram Schneider1997-09-131-3/+3
* Better section guessing for manual pages without suffix. TheWolfram Schneider1997-07-041-4/+4
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-232-4/+4
* Fixed `make depend'. The previous change reduced it to making onlyBruce Evans1997-04-251-1/+3
* Make depend rely on config.hJordan K. Hubbard1997-04-111-1/+1
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-6/+1
* Fixed bogus existence test related to searching for a nearby objBruce Evans1997-04-101-18/+9
* Remove a doubled word. Closes PR# 3163.Mike Pritchard1997-04-011-1/+0
* Support german mdoc man pages (currently no german mdoc man page exists).Wolfram Schneider1997-03-141-3/+3
* Support german Linux/GNU man pages.Wolfram Schneider1997-03-131-2/+2
* Bugfix for man pages created by perlpod(1).Wolfram Schneider1997-03-011-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-229-9/+9
* Reorder the default man sections.Joerg Wunsch1997-02-091-1/+1
* Check return value from system() function.Wolfram Schneider1997-02-081-0/+10
* Don't force postscript output when "man -t" is specified.Mike Pritchard1997-02-051-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-149-9/+9
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
* Fix some file descriptor leaks. Closes PR# 2392.Mike Pritchard1997-01-092-12/+16
* Even more buffer overflow fixesAndrey A. Chernov1996-12-192-51/+52
* Fix many buffer overflows, sprintf -> snprintfAndrey A. Chernov1996-12-181-27/+25
* Fix my popen fix: conditionalize saving/restoring of euidAndrey A. Chernov1996-12-181-12/+18
* Drop man priveledges before popen and restore them after it, becauseAndrey A. Chernov1996-12-181-0/+12
* Correct some xrefs/mlinks.Mike Pritchard1996-12-141-3/+3
* Convert to mdoc format.Mike Pritchard1996-12-092-94/+111
* Minor formatting fixes.Mike Pritchard1996-12-093-57/+14
* Fix a spelling error.Mike Pritchard1996-12-091-1/+1
* Convert man page to mdoc format.Mike Pritchard1996-12-091-16/+20
* Remove /usr/ucb and /usr/local/mh/bin from MANPATH_MAP, we don't shipSatoshi Asami1996-12-071-3/+1
* Not hang in the downcase routine.Wolfram Schneider1996-11-051-1/+2
* Remove unused fileAndrey A. Chernov1996-10-311-39/+0
* Localize itAndrey A. Chernov1996-10-312-0/+29
* grep(1) should not parse manpages as arguments.Wolfram Schneider1996-09-271-4/+4
* Reverts exit status for `man -k' and `man -f'.Wolfram Schneider1996-09-271-2/+6
* Set enviroment variable PAGER=pager if using option `man -P pager'Wolfram Schneider1996-09-161-0/+2
* Cleanup exit status; 2: syntax error, 0: keyword matched,Wolfram Schneider1996-09-141-7/+12
* Fixed DPADD.Bruce Evans1996-09-052-7/+9
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-277-73/+87
* Restore my backed out changes (writting cats) because they wasAndrey A. Chernov1996-07-092-45/+132
* add manpage getNAME(1)Wolfram Schneider1996-07-081-2/+3
* Exits 0 on success, and 1 if no keyword matched.Wolfram Schneider1996-07-082-3/+24
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-243-12/+12
* Back out security changes until pst review themAndrey A. Chernov1996-06-222-132/+45
* Do not produce empty cat file in debug modeAndrey A. Chernov1996-06-221-2/+10
* Close security holes and restore suid bitAndrey A. Chernov1996-06-212-46/+125