From owner-svn-src-head@FreeBSD.ORG Sat Feb 8 13:29:36 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AB56FC3; Sat, 8 Feb 2014 13:29:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 429B01B7D; Sat, 8 Feb 2014 13:29:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s18DTaSJ096323; Sat, 8 Feb 2014 13:29:36 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s18DTa7u096322; Sat, 8 Feb 2014 13:29:36 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201402081329.s18DTa7u096322@svn.freebsd.org> From: Joel Dahl Date: Sat, 8 Feb 2014 13:29:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261633 - head/usr.bin/csplit X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 13:29:36 -0000 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 Thomas Klausner 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