summaryrefslogtreecommitdiffstats
path: root/usr.bin/split
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerru <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit0d1334ca0c7f5a53195b38b126d726747949ce5d (patch)
tree399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/split
parent0100fd6e93e8e0203ec077685f3e68afea54de52 (diff)
downloadFreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip
FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz
mdoc(7) police: use the new features of the Nm macro.
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 3df4685..631e624 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -39,14 +39,14 @@
.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 Fl p Ar pattern
.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)
@@ -100,7 +100,7 @@ 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.
@@ -110,6 +110,6 @@ The maximum line length for matching patterns is 65536.
.Xr re_format 7
.Sh HISTORY
A
-.Nm split
+.Nm
command appeared in
.At v6 .
OpenPOWER on IntegriCloud