[PATCH] sed(1): document address behavior across input files
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Mike Frysinger <[email protected]> --- doc/sed.x | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/sed.x b/doc/sed.x index 08511d8..9d329ca 100644 --- a/doc/sed.x +++ b/doc/sed.x @@ -233,7 +233,8 @@ The following address types are supported: .TP .I number Match only the specified line -.IR number . +.IR number +(which increments cumulatively across files). .TP .IR first ~ step Match every -- 1.7.8.5