summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-12-08 19:16:19 +0000
committerwiz <wiz@NetBSD.org>2001-12-08 19:16:19 +0000
commit6740a5065384963004e51c7d7112d0256d63c517 (patch)
treeaeef72ec3259a5cf350b745cc597c6483798008e /usr.bin/split
parentf2058cf3e4e721316193a3f66baafaa6d5fed1c9 (diff)
Sort sections.
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/split.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 9a0f4863fda..b089841a2cd 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: split.1,v 1.7 2001/12/01 16:43:24 wiz Exp $
+.\" $NetBSD: split.1,v 1.8 2001/12/08 19:16:19 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -87,6 +87,11 @@ If the
argument is not specified, the file is split into lexically ordered
files named in the range of
.Dq Li xaa-zzz .
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v6 .
.Sh BUGS
For historical reasons, if you specify
.Ar name ,
@@ -94,8 +99,3 @@ For historical reasons, if you specify
can only create 676 separate
files.
The default naming convention allows 2028 separate files.
-.Sh HISTORY
-A
-.Nm
-command appeared in
-.At v6 .