summaryrefslogtreecommitdiffstats
path: root/usr.bin/col
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-041-14/+8
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Remove local prototypes for main().jmallett2002-08-191-1/+0
|
* Sort options in Description section.tjr2002-06-041-5/+5
|
* Note SUSv2 conformance.tjr2002-06-041-0/+5
|
* Use `The .Nm utility'charnier2002-04-191-6/+9
|
* remove __Pimp2002-03-221-8/+8
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-6/+6
|
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongobrien2001-07-241-19/+11
| | | | with error checking) that it actually was.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Add the -p flag to force unknown control sequences to be passedmikeh2001-06-173-7/+18
| | | | | | | | through unchanged. Reviewed by: silence on -audit Obtained from: NetBSD MFC after: 3 weeks
* Use err(3) and style(9) cleanup.mikeh2001-06-171-21/+13
| | | | MFC after: 2 weeks
* Fix a trivial warning and clamp down with WARNS=2kris2001-05-262-1/+3
| | | | MFC after: 1 week
* Document the -h option.dd2001-05-112-2/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Use errx(). .Nm fixescharnier2000-03-262-12/+12
|
* $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
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-2/+3
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-111-1/+5
|
* Use the .At macro where appropriate.mpp1996-08-231-1/+2
|
* Add setlocale LC_CTYPEache1995-10-241-0/+3
|
* Obtained from: looked at the fix in 1.1.5 and rewrote itbde1995-01-171-8/+18
| | | | Fix entabbing.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+713
OpenPOWER on IntegriCloud