diff options
-rw-r--r-- | usr.bin/csplit/csplit.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 58e58d8..91e97e9 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 |