diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/split/split.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 7825219..e55bb87 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 March 16, 2008 +.Dd January 23, 2009 .Dt SPLIT 1 .Os .Sh NAME @@ -88,7 +88,7 @@ letters to form the suffix of the file name. .Cm K | k | M | m | G | g .Sm on .Oc -Create smaller files +Create split files .Ar byte_count bytes in length. If @@ -113,7 +113,7 @@ is appended to the number, the file is split into .Ar byte_count gigabyte pieces. .It Fl l Ar line_count -Create smaller files +Create split files .Ar line_count lines in length. .It Fl n Ar chunk_count |