summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2009-01-24 05:32:11 +0000
committertrhodes <trhodes@FreeBSD.org>2009-01-24 05:32:11 +0000
commit855f844ab0842191f1bd8baf7f493344bd4af8ea (patch)
treef0da1dd212bfa6f8e2d5edd4548106a28fdc7a4c /usr.bin
parent86a2750a15926dfece4b8ef0ad9397f4026586d5 (diff)
downloadFreeBSD-src-855f844ab0842191f1bd8baf7f493344bd4af8ea.zip
FreeBSD-src-855f844ab0842191f1bd8baf7f493344bd4af8ea.tar.gz
When "-b" is specified, one could easily create "smaller" files
that are much larger than expected (given the default size). Change "smaller files" to "split files" which is more in line with what "-b" actually does. PR: 119329 Submitted by: Julian Stacey <jhs@berklix.org>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/split/split.16
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
OpenPOWER on IntegriCloud