aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
Commit message (Collapse)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $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
* Back out the NetBSD .Nm changes - we don't have the requiredEivind Eklund1999-02-121-6/+6
| | | | | | | infrastructure, and I don't seem to find time to merge it. Notes: svn path=/head/; revision=43927
* Merge from NetBSD: cut.1 rev 1.6 to 1.8Eivind Eklund1999-02-022-21/+28
| | | | | | | | | | cut.c rev 1.9 to 1.13 * Man page internal cleanups * 8-bit characters cast to unsigned for is*() * Misc cleanups for egcs -Wall compatibility Notes: svn path=/head/; revision=43533
* Bring in use of strsep() to handle bad input better, and clean upEivind Eklund1999-02-022-7/+8
| | | | | | | | | | some text. Obtained from: Merge from OpenBSD (cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6) Notes: svn path=/head/; revision=43532
* Merge from NetBSD cut.1 rev 1.6 and cut.c rev 1.9, respectively. ThisEivind Eklund1999-02-022-7/+26
| | | | | | | | | makes us conform to IEEE Std1003.2-1992 (``POSIX.2''). Obtained from: NetBSD (but with slight modifications). Notes: svn path=/head/; revision=43531
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-5/+6
| | | | Notes: svn path=/head/; revision=41568
* Use err(3) instead of local redefinition. Change argument name in manPhilippe Charnier1997-06-302-42/+14
| | | | | | | page to sync with usage string. Notes: svn path=/head/; revision=27098
* 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/+2
| | | | Notes: svn path=/head/; revision=23693
* Fix wrong separator outputAndrey A. Chernov1995-03-211-1/+2
| | | | | | | | Submitted by: julian Obtained from: newsgroup? Notes: svn path=/head/; revision=7200
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+411
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590