=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/split/split.1,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/split/split.1 1999/06/05 01:21:41 1.4 +++ src/usr.bin/split/split.1 2000/03/11 21:40:03 1.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: split.1,v 1.4 1999/06/05 01:21:41 aaron Exp $ +.\" $OpenBSD: split.1,v 1.5 2000/03/11 21:40:03 aaron Exp $ .\" $NetBSD: split.1,v 1.5 1994/12/21 08:20:35 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 @@ -48,7 +48,7 @@ .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) @@ -61,12 +61,12 @@ .Ar byte_count bytes in length. If -.Dq Li k +.Sq k is appended to the number, the file is split into .Ar byte_count kilobyte pieces. If -.Dq Li m +.Sq m is appended to the number, the file is split into .Ar byte_count megabyte pieces. @@ -92,17 +92,17 @@ for the names of the files into which the file is split. In this case, each file into which the file is split is named by the prefix followed by a lexically ordered suffix in the range of -.Dq Li aa-zz . +.Dq aa-zz . .Pp If the .Ar name argument is not specified, the file is split into lexically ordered files named in the range of -.Dq Li xaa-zzz . +.Dq xaa-zzz . .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. @@ -112,6 +112,6 @@ .Xr re_format 7 . .Sh HISTORY A -.Nm split +.Nm command appeared in .At v6 .