summaryrefslogtreecommitdiffstats
path: root/usr.bin/colcrt
Commit message (Collapse)AuthorAgeFilesLines
* 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