Author: gjb (doc committer) Date: Tue Jun 14 22:40:13 2011 New Revision: 223101 URL: http://svn.freebsd.org/changeset/base/223101
Log: MFC 187663 by trhodes: 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 Modified: stable/7/usr.bin/split/split.1 Directory Properties: stable/7/usr.bin/split/ (props changed) Modified: stable/7/usr.bin/split/split.1 ============================================================================== --- stable/7/usr.bin/split/split.1 Tue Jun 14 22:37:09 2011 (r223100) +++ stable/7/usr.bin/split/split.1 Tue Jun 14 22:40:13 2011 (r223101) @@ -32,7 +32,7 @@ .\" @(#)split.1 8.3 (Berkeley) 4/16/94 .\" $FreeBSD$ .\" -.Dd August 10, 2006 +.Dd January 23, 2009 .Dt SPLIT 1 .Os .Sh NAME @@ -84,7 +84,7 @@ letters to form the suffix of the file n .Cm K | k | M | m | G | g .Sm on .Oc -Create smaller files +Create split files .Ar byte_count bytes in length. If @@ -109,7 +109,7 @@ is appended to the number, the file is s .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 p Ar pattern _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"