diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
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}] |