summaryrefslogtreecommitdiff
path: root/usr.bin/split/split.1
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-19 23:26:56 +0000
committerlukem <lukem@NetBSD.org>1997-10-19 23:26:56 +0000
commit9ea1c85731be40538e1bebd80af0b3f746a477cb (patch)
treeafe32b01b9248a9f80011076fdb5a5ef065ce95d /usr.bin/split/split.1
parent8976f09712d6fa9965910879f517980d4440a836 (diff)
WARNSify, fix .Nm usage, getopt returns -1 not EOF
Diffstat (limited to 'usr.bin/split/split.1')
-rw-r--r--usr.bin/split/split.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 788f1007b93..50fe967b421 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $
+.\" $NetBSD: split.1,v 1.6 1997/10/19 23:26:56 lukem Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -40,13 +40,13 @@
.Nm split
.Nd split a file into pieces
.Sh SYNOPSIS
-.Nm split
+.Nm
.Op Fl b Ar byte_count[k|m]
.Op Fl l Ar line_count
.Op Ar file Op Ar name
.Sh DESCRIPTION
The
-.Nm split
+.Nm
utility reads the given
.Ar file
(or standard input if no file is specified)
@@ -90,12 +90,12 @@ files named in the range of
.Sh BUGS
For historical reasons, if you specify
.Ar name ,
-.Nm split
+.Nm
can only create 676 separate
files.
The default naming convention allows 2028 separate files.
.Sh HISTORY
A
-.Nm split
+.Nm
command appeared in
.At v6 .