Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 22:40:13 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r223101 - stable/7/usr.bin/split
Message-ID:  <201106142240.p5EMeDGm054500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106142240.p5EMeDGm054500>