summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reviewed by: joergLars Fredriksen1996-06-011-1/+1
* Remove setuid bit, it's not necessary.Paul Traina1996-05-221-2/+0
* Call groff directly instead of using nroff shell script.Paul Traina1996-05-221-1/+1
* New option -append: teach makewhatis to only add records, insteadWolfram Schneider1996-05-225-48/+139
* Invoke proper gzipJordan K. Hubbard1996-05-201-1/+1
* Makewhatis appended the filename to list of keywords if no keywordWolfram Schneider1996-05-141-6/+6
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286Wolfram Schneider1996-05-123-4/+49
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-3/+2
* Don't count character ``+'' as garbage (c++.1, flex++.1)Wolfram Schneider1996-03-211-3/+3
* remove ``whatis''Wolfram Schneider1996-03-101-1/+1
* share the code between apropos and whatisWolfram Schneider1996-03-106-105/+21
* print error messages to stderrWolfram Schneider1996-02-251-36/+42
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1996-02-252-2/+2
* making <page>.1 from <page>.manWolfram Schneider1996-02-062-0/+2
* man.1 depend on man.manWolfram Schneider1996-01-241-0/+1
* manpath.1 depend on manpath.manWolfram Schneider1996-01-241-0/+1
* `-w' was actually a flag, not an option...Joerg Wunsch1996-01-231-2/+2
* Add a hint that the -w flag to catman(1) is actually the commandJoerg Wunsch1996-01-231-1/+8
* Search section 9.Bruce Evans1996-01-231-1/+1
* Change the reference to less(1) (which may not be installed) to more(1).Mike Pritchard1996-01-221-1/+1
* recording cvs-1.6 file deathPeter Wemm1995-12-3010-810/+0
* Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete.Jordan K. Hubbard1995-11-281-1/+1
* Rewrite and merge some bogus makefiles to create Makefile.shprog. JustBruce Evans1995-10-213-81/+38
* Fix a few minor bugs in makewhatis.Joerg Wunsch1995-09-101-4/+33