summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-17 18:16:29 +0000
committerJim Meyering <jim@meyering.net>2004-02-17 18:16:29 +0000
commite1c06d999c5cf8c1c0316639b01571b90b35f660 (patch)
tree5c69c6263dd562ababbb1d6bad77e13a3bb9c19c
parent210e4c86c17ddb559bcb7d099223cb5f26012b7b (diff)
downloadcoreutils-e1c06d999c5cf8c1c0316639b01571b90b35f660.tar.xz
(csplit invocation): Correct typo s/LINE/N/
in description of `N' pattern.
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 8734108e3..aa309c666 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}]