summaryrefslogtreecommitdiffstats
path: root/usr.bin/colcrt
Commit message (Collapse)AuthorAgeFilesLines
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Fix a trivial warning and clamp down with WARNS=2kris2001-05-262-5/+7
| | | | MFC after: 1 week
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Start enumerate option with `The following options are available' likecharnier2000-07-242-21/+19
| | | | | | | most of the utilities. .Nm prog -> .Nm Remove unused include Make use of getopt() instead of parsing params by hand.
* Don't call err() with no format string.kris2000-07-101-1/+5
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* More egcs warning fixes:imp1999-04-251-2/+2
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
|
* -Wall cleanup.alex1997-12-291-2/+12
|
* Remove use of progname. Add usage().charnier1997-06-261-7/+13
|
* Sort cross references.wosch1997-01-151-2/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+364
OpenPOWER on IntegriCloud