aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csplit
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2014-02-08 13:29:35 +0000
committerJoel Dahl <joel@FreeBSD.org>2014-02-08 13:29:35 +0000
commit3d9335a67ef22aa709b7854dbb4ee266af4f52f8 (patch)
tree20dc340377a8b39bd248dee4c1b4b95623d6cbfe /usr.bin/csplit
parent07d9bc074069503a28448ddbf8518327a22e5c1d (diff)
downloadsrc-3d9335a67ef22aa709b7854dbb4ee266af4f52f8.tar.gz
src-3d9335a67ef22aa709b7854dbb4ee266af4f52f8.zip
Notes
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r--usr.bin/csplit/csplit.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1
index 58e58d85e133..91e97e9cc197 100644
--- a/usr.bin/csplit/csplit.1
+++ b/usr.bin/csplit/csplit.1
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 24, 2008
+.Dd February 6, 2014
.Dt CSPLIT 1
.Os
.Sh NAME
@@ -143,7 +143,7 @@ Split the
.Xr mdoc 7
file
.Pa foo.1
-into one file for each section (up to 20):
+into one file for each section (up to 21 plus one for the rest, if any):
.Pp
.Dl "csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'"
.Pp