From: Jim Meyering Date: Tue, 17 Feb 2004 18:16:29 +0000 (+0000) Subject: (csplit invocation): Correct typo s/LINE/N/ X-Git-Tag: v5.2.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c06d999c5cf8c1c0316639b01571b90b35f660;p=thirdparty%2Fcoreutils.git (csplit invocation): Correct typo s/LINE/N/ in description of `N' pattern. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 8734108e3f..aa309c666a 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2594,7 +2594,7 @@ The types of pattern arguments are: @item @var{n} Create an output file containing the input up to but not including line @var{n} (a positive integer). If followed by a repeat count, also -create an output file containing the next @var{line} lines of the input +create an output file containing the next @var{n} lines of the input file once for each repeat. @item /@var{regexp}/[@var{offset}]