GNU bug report logs -
#78979
Correct example in documentation
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 9 Jul 2025 15:15:59 -0700
with message-id <CA+8g5KGHdY1RXpvnt6Yxiew0cmykRyhVT=HxZCc3UU_4eROBrA <at> mail.gmail.com>
and subject line Re: bug#78979: Correct example in documentation
has caused the debbugs.gnu.org bug report #78979,
regarding Correct example in documentation
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78979: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78979
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi, see attached patch.
BR, Hans
$ cat 0001-Correct-example-in-documentation.patch
From 52d2d228065511a93317ba9aeb08c883ee150020 Mon Sep 17 00:00:00 2001
From: Hans Ginzel <hans <at> matfyz.cz>
Date: Wed, 9 Jul 2025 13:36:36 +0200
Subject: [PATCH] Correct example in documentation
---
doc/sed.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/sed.texi b/doc/sed.texi
index f681faa..7609a69 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -3378,9 +3378,9 @@ As are the following (@samp{0x5b},@samp{0x5d} are the
hexadecimal
@example
@group
$ echo abc | sed 's/[a]/x/'
-Xbc
+xbc
$ echo abc | sed 's/\x5ba\x5d/x/'
-Xbc
+xbc
@end group
@end example
@codequoteundirected off
--
2.48.1
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
On Wed, Jul 9, 2025 at 6:14 AM Hans Ginzel <hansginzel <at> gmail.com> wrote:
> Hi, see attached patch.
> BR, Hans
>
> $ cat 0001-Correct-example-in-documentation.patch
> >From 52d2d228065511a93317ba9aeb08c883ee150020 Mon Sep 17 00:00:00 2001
> From: Hans Ginzel <hans <at> matfyz.cz>
> Date: Wed, 9 Jul 2025 13:36:36 +0200
> Subject: [PATCH] Correct example in documentation
>
> ---
> doc/sed.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/sed.texi b/doc/sed.texi
> index f681faa..7609a69 100644
> --- a/doc/sed.texi
> +++ b/doc/sed.texi
> @@ -3378,9 +3378,9 @@ As are the following (@samp{0x5b},@samp{0x5d} are the
> hexadecimal
> @example
> @group
> $ echo abc | sed 's/[a]/x/'
> -Xbc
> +xbc
> $ echo abc | sed 's/\x5ba\x5d/x/'
> -Xbc
> +xbc
Thanks. I added a ChangeLog-style commit log and pushed in your name.
This bug report was last modified 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.