aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/catman
Commit message (Expand)AuthorAgeFilesLines
* Add missing static keywords to catman(1)Ed Schouten2011-11-061-1/+1
* For POLA reasons, disable SGR sequences in catpages.Ulrich Spörlein2011-08-051-1/+1
* Unbreak catman(1) by removing calls to col(1).Ulrich Spörlein2011-08-031-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-2/+8
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Restore the check against running as root that I accidentally removed inBrooks Davis2009-06-201-0/+9
* When checking if we can write to a file, use access() instead of aBrooks Davis2009-06-191-28/+2
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov2005-12-052-5/+24
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Look into machine-specific manpage subdirectories too.Ruslan Ermilov2004-12-222-4/+18
* Fixed the only warning and mark as WARNS=6 clean.Ruslan Ermilov2004-12-222-1/+3
* - Fixed handling of manpage subdirectories:Ruslan Ermilov2004-12-221-20/+12
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov2003-06-101-2/+2
* Use setlocale & nl_langinfo to parse locale nameAndrey A. Chernov2003-06-101-12/+12
* Remove deprecated locale namesAndrey A. Chernov2003-06-101-2/+0
* Fixed catman(1) so that if the source files are compressed,Ruslan Ermilov2003-05-211-6/+8
* mdoc(7) police: sort xrefs in SEE ALSO.Ruslan Ermilov2002-12-131-1/+1
* Mostly support alternate manpage zipping.David E. O'Brien2002-10-291-16/+35
* Revert last delta. SGR support in grotty(1) is disabled system-wideRuslan Ermilov2002-10-181-1/+1
* Groff 1.18.1 comes in with ANSI color support, enabled by default.Ruslan Ermilov2002-10-111-1/+1
* No need to declare optind as an external int.David Malone2002-09-041-1/+0
* mdoc(7) police: tidy up.Ruslan Ermilov2002-05-301-12/+12
* Add C rewrites of catman and makewhatis. These aren't quite asMark Murray2002-05-183-0/+892