summaryrefslogtreecommitdiffstats
path: root/usr.bin/split/split.1
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-08-30 12:48:28 +0000
committertjr <tjr@FreeBSD.org>2005-08-30 12:48:28 +0000
commitc39045c49672b30e74c8ce2eac1b556dd9352f7e (patch)
treedfc93959a0e0c475570f2212b6111ed9c227bc6d /usr.bin/split/split.1
parent91ca27dcf811d6921158321e8881a791aefd8064 (diff)
downloadFreeBSD-src-c39045c49672b30e74c8ce2eac1b556dd9352f7e.zip
FreeBSD-src-c39045c49672b30e74c8ce2eac1b556dd9352f7e.tar.gz
Include option-argument names in the list in the DESCRIPTION section.
Remove a non-bug from the BUGS section.
Diffstat (limited to 'usr.bin/split/split.1')
-rw-r--r--usr.bin/split/split.116
1 files changed, 4 insertions, 12 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 1383671..697682e 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -32,7 +32,7 @@
.\" @(#)split.1 8.3 (Berkeley) 4/16/94
.\" $FreeBSD$
.\"
-.Dd July 12, 2004
+.Dd August 21, 2005
.Dt SPLIT 1
.Os
.Sh NAME
@@ -61,11 +61,11 @@ reads from the standard input.
.Pp
The options are as follows:
.Bl -tag -width Ds
-.It Fl a
+.It Fl a Ar suffix_length
Use
.Ar suffix_length
letters to form the suffix of the file name.
-.It Fl b
+.It Fl b Ar byte_count[k|m]
Create smaller files
.Ar byte_count
bytes in length.
@@ -79,7 +79,7 @@ If
is appended to the number, the file is split into
.Ar byte_count
megabyte pieces.
-.It Fl l
+.It Fl l Ar line_count
Create smaller files
.Ar n
lines in length.
@@ -139,12 +139,4 @@ A
command appeared in
.At v3 .
.Sh BUGS
-For historical reasons,
-.Nm
-can only create 676 separate
-files.
-The
-.Fl a
-option can be used to work around this limitation.
-.Pp
The maximum line length for matching patterns is 65536.
OpenPOWER on IntegriCloud