Re: [PATCH] sed(1): document address behavior across input files
Paolo Bonzini <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Il 16/03/2012 01:53, Mike Frysinger ha scritto: > 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 Thanks, applied with this additional specification: (which increments cumulatively across files, unless the .B -s option is specified on the command line). Paolo