Skip to content

Commit

Permalink
When "-b" is specified, one could easily create "smaller" files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bsdtrhodes committed Jan 24, 2009
1 parent 82a2b98 commit cff548f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions usr.bin/split/split.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cff548f

Please sign in to comment.