bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] sed(1): document address behavior across input files


From: Paolo Bonzini
Subject: Re: [PATCH] sed(1): document address behavior across input files
Date: Fri, 16 Mar 2012 08:34:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

Il 16/03/2012 01:53, Mike Frysinger ha scritto:
> Signed-off-by: Mike Frysinger <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]