diff options
author | 2014-02-04 13:26:36 +0000 | |
---|---|---|
committer | 2014-02-04 13:26:36 +0000 | |
commit | f0018d5b5b682dc7916c87100f9538337592b496 (patch) | |
tree | 68edf3267ee9329a5cee124c2dbcd81876a63464 | |
parent | various minor fixes; ok sobrado (diff) | |
download | wireguard-openbsd-f0018d5b5b682dc7916c87100f9538337592b496.tar.xz wireguard-openbsd-f0018d5b5b682dc7916c87100f9538337592b496.zip |
the first example produces 21 sections, not 20; ok sobrado
-rw-r--r-- | usr.bin/csplit/csplit.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 0f3d6ab60de..c1b5da39c83 100644 --- a/usr.bin/csplit/csplit.1 +++ b/usr.bin/csplit/csplit.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csplit.1,v 1.10 2010/09/03 11:09:28 jmc Exp $ +.\" $OpenBSD: csplit.1,v 1.11 2014/02/04 13:26:36 jmc Exp $ .\" .\" Copyright (c) 2002 Tim J. Robbins. .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/usr.bin/csplit/csplit.1,v 1.11 2005/01/25 22:29:51 tjr Exp $ .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: February 4 2014 $ .Dt CSPLIT 1 .Os .Sh NAME @@ -138,7 +138,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): .Pp .Dl "$ csplit -k foo.1 '%^\e.Sh%' '/^\e.Sh/' '{20}'" .Pp |