(csplit invocation): Correct typo s/LINE/N/
authorJim Meyering <jim@meyering.net>
Tue, 17 Feb 2004 18:16:29 +0000 (18:16 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 17 Feb 2004 18:16:29 +0000 (18:16 +0000)
in description of `N' pattern.

doc/coreutils.texi

index 8734108..aa309c6 100644 (file)
@@ -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}]