From 6300af606ed8039fe681ae42ae5ddb1804840cb0 Mon Sep 17 00:00:00 2001 From: joel Date: Sat, 8 Feb 2014 13:29:35 +0000 Subject: [PATCH] Correct example. Submitted by: Jason McIntyre Thomas Klausner --- usr.bin/csplit/csplit.1 | 4 ++-- 1 file 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