aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2009-01-24 05:32:11 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2009-01-24 05:32:11 +0000
commitcff548f0dd9fc0a042b8bbba6600bca5a5e5033b (patch)
treef0da1dd212bfa6f8e2d5edd4548106a28fdc7a4c /usr.bin
parent82a2b9892a9229cbeb5d52f7f9b5daea1248302a (diff)
downloadsrc-cff548f0dd9fc0a042b8bbba6600bca5a5e5033b.tar.gz
src-cff548f0dd9fc0a042b8bbba6600bca5a5e5033b.zip
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>
Notes
Notes: svn path=/head/; revision=187663
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 782521984f8a..e55bb87b74a6 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