Correct example.

Submitted by:    Jason McIntyre <jmc@kerhand.co.uk>
                 Thomas Klausner <wiz@netbsd.org>
This commit is contained in:
Joel Dahl 2014-02-08 13:29:35 +00:00
parent 07d9bc0740
commit 3d9335a67e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261633

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 24, 2008 .Dd February 6, 2014
.Dt CSPLIT 1 .Dt CSPLIT 1
.Os .Os
.Sh NAME .Sh NAME
@ -143,7 +143,7 @@ Split the
.Xr mdoc 7 .Xr mdoc 7
file file
.Pa foo.1 .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 .Pp
.Dl "csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'" .Dl "csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'"
.Pp .Pp