summaryrefslogtreecommitdiff
path: root/usr.bin/col
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.10.0_cvscvs2svn2004-05-254-4/+4
| | | | | | | 'RELENG_4_10_0_RELEASE'. This commit was manufactured to restore the state of the 4.10-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: 1.11: Note SUSv2 conformance.Giorgos Keramidas2002-07-151-5/+10
| | | | | | | 1.12: Sort options in Description section. Notes: svn path=/stable/4/; revision=100021
* The .Nm utilityPhilippe Charnier2002-06-201-6/+9
| | | | Notes: svn path=/stable/4/; revision=98522
* MFC: 1.2: Document the -p option. Left out of previous MFC.Mike Heffner2001-08-041-3/+3
| | | | | | | | Approved by: jkh Noticed by: obrien Notes: svn path=/stable/4/; revision=81120
* MFC: WARNS=2David E. O'Brien2001-08-021-1/+2
| | | | Notes: svn path=/stable/4/; revision=81012
* MFC: rev 1.12 (replace xmalloc with realloc)David E. O'Brien2001-08-021-19/+11
| | | | Notes: svn path=/stable/4/; revision=81010
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC:Mike Heffner2001-07-072-25/+29
| | | | | | | | | | | | | | src/usr.bin/col/col.c,v 1.10 Use err(3) and style(9) cleanup src/usr.bin/col/col.c,v 1.11 src/usr.bin/col/col.1,v 1.8 Add -p flag to pass unknown control sequences Notes: svn path=/stable/4/; revision=79389
* MFC: document -h.Dima Dorfman2001-06-012-2/+4
| | | | Notes: svn path=/stable/4/; revision=77561
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: Use errx(). .Nm fixesPaul Saab2000-07-022-12/+12
| | | | Notes: svn path=/stable/4/; revision=62380
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
| | | | Notes: svn path=/head/; revision=41568
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Merge from Lite2Peter Wemm1997-03-111-1/+5
| | | | Notes: svn path=/head/; revision=23693
* Use the .At macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17787
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-241-0/+3
| | | | Notes: svn path=/head/; revision=11765
* Obtained from: looked at the fix in 1.1.5 and rewrote itBruce Evans1995-01-171-7/+17
| | | | | | | Fix entabbing. Notes: svn path=/head/; revision=5676
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+713
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590