summaryrefslogtreecommitdiff
path: root/usr.bin/split/split.1
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+1
| | | | | | | 'RELENG_5_2_1_RELEASE'. This commit was manufactured to restore the state of the 5.2.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Sort sections.Tim J. Robbins2002-06-031-12/+12
| | | | Notes: svn path=/head/; revision=97766
* Correct HISTORY section - split(1) appeared at least as early as V3.Tim J. Robbins2002-06-031-1/+1
| | | | Notes: svn path=/head/; revision=97765
* mdoc(7) police: use .Fl to denote stdin.Ruslan Ermilov2002-05-301-1/+1
| | | | Notes: svn path=/head/; revision=97545
* Claim conformance to IEEE Std 1003.1-2001.Tim J. Robbins2002-05-271-0/+6
| | | | | | | See also csplit(1). Notes: svn path=/head/; revision=97336
* Allow "-" to be specified as an operand as well as an option.Tim J. Robbins2002-05-271-1/+7
| | | | | | | SUSV3 requires something like "split -- -" to work. Document the "-" operand. Notes: svn path=/head/; revision=97334
* Add -a option (SUSv3) to split(1).Mike Barcroft2002-02-011-4/+18
| | | | | | | | Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> MFC after: 1 month Notes: svn path=/head/; revision=90048
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
| | | | Notes: svn path=/head/; revision=68963
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs1999-02-011-0/+16
| | | | | | | | | the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405 Notes: svn path=/head/; revision=43513
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+99
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590