Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 13:29:36 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261633 - head/usr.bin/csplit
Message-ID:  <201402081329.s18DTa7u096322@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Sat Feb  8 13:29:35 2014
New Revision: 261633
URL: http://svnweb.freebsd.org/changeset/base/261633

Log:
  Correct example.
  
  Submitted by:    Jason McIntyre <jmc@kerhand.co.uk>
                   Thomas Klausner <wiz@netbsd.org>

Modified:
  head/usr.bin/csplit/csplit.1

Modified: head/usr.bin/csplit/csplit.1
==============================================================================
--- head/usr.bin/csplit/csplit.1	Sat Feb  8 11:05:48 2014	(r261632)
+++ head/usr.bin/csplit/csplit.1	Sat Feb  8 13:29:35 2014	(r261633)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081329.s18DTa7u096322>