sed-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] doc: list all commands that have to be terminated by a newli


From: Jim Meyering
Subject: Re: [PATCH] doc: list all commands that have to be terminated by a newline
Date: Tue, 4 Feb 2025 20:15:47 -0800

On Tue, Feb 4, 2025 at 11:42 AM Arkadiusz Drabczyk
<arkadiusz@drabczyk.org> wrote:
> Signed-off-by: Arkadiusz Drabczyk <arkadiusz@drabczyk.org>
> ---
>  doc/sed.texi | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/doc/sed.texi b/doc/sed.texi
> index c1b2c84..f70543c 100644
> --- a/doc/sed.texi
> +++ b/doc/sed.texi
> @@ -634,9 +634,10 @@ sed -e '/^foo/d' -f script2.sed input.txt > output.txt
>  @cindex @command{a}, and semicolons
>  @cindex @command{c}, and semicolons
>  @cindex @command{i}, and semicolons
> -Commands @command{a}, @command{c}, @command{i}, due to their syntax,
> -cannot be followed by semicolons working as command separators and
> -thus should be terminated
> +Commands @command{a}, @command{c}, @command{e}, @command{i},
> +@command{r}, @command{R}, @command{w}, @command{W}, due to their
> +syntax, cannot be followed by semicolons working as command separators
> +and thus should be terminated

Thanks. I've pushed with the following changes:
- added a ChangeLog entry (see README-hacking)
- removed "Signed-off-by". we don't use those.
- added @cindex reference for each newly-mentioned command

Attachment: sed-doc-semi.diff
Description: Binary data


reply via email to

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