aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/split
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68963
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 3df468538eb6..631e62427d9b 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 .