summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-01-05 09:30:37 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-01-05 09:30:37 +0000
commit90d57085e4369d4c8d932359f4f3220fc4c8661e (patch)
treec4b94b515d2b8a601708082b0edbb7293efc1254 /usr.bin/split
parent89add57a2a3943f2b7cd05677d113fd89bf17bc9 (diff)
saying that -b and -l create smaller files can be misleading - the author
was probably thinking of the fact that files created would be smaller than the original file split; instead, just say that they create files. this comes from freebsd pr#119329, submitted by Julian Stacey. his fix was to introduce the notion of "split files", but the idea of "create split files" can be just as confusing, so i've gone with removing the original, ambiguous, adjective.
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/split.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index a9ec316b620..31d176319c2 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: split.1,v 1.16 2007/05/31 19:20:16 jmc Exp $
+.\" $OpenBSD: split.1,v 1.17 2008/01/05 09:30:36 jmc Exp $
.\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)split.1 8.3 (Berkeley) 4/16/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 5 2008 $
.Dt SPLIT 1
.Os
.Sh NAME
@@ -74,7 +74,7 @@ The default suffix length is 2.
.Op Cm k \*(Ba m
.Sm on
.Xc
-Create smaller files
+Create files
.Ar byte_count
bytes in length.
If
@@ -88,7 +88,7 @@ is appended to the number, the file is split into
.Ar byte_count
megabyte pieces.
.It Fl l Ar line_count
-Create smaller files
+Create files
.Ar line_count
lines in length.
.It Fl p Ar pattern