Date: Sat, 24 Jan 2009 05:32:11 +0000 (UTC) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r187663 - head/usr.bin/split Message-ID: <200901240532.n0O5WBjf064086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trhodes Date: Sat Jan 24 05:32:11 2009 New Revision: 187663 URL: http://svn.freebsd.org/changeset/base/187663 Log: 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> Modified: head/usr.bin/split/split.1 Modified: head/usr.bin/split/split.1 ============================================================================== --- head/usr.bin/split/split.1 Sat Jan 24 04:08:00 2009 (r187662) +++ head/usr.bin/split/split.1 Sat Jan 24 05:32:11 2009 (r187663) @@ -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 n .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 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 n Ar chunk_count
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901240532.n0O5WBjf064086>