[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24799: Sed documentation typo
From: |
Jim Meyering |
Subject: |
bug#24799: Sed documentation typo |
Date: |
Wed, 26 Oct 2016 11:14:27 -0700 |
On Wed, Oct 26, 2016 at 2:27 AM, Vincenzo Romano
<address@hidden> wrote:
> At the page
>
> https://www.gnu.org/software/sed/manual/html_node/Regular-Expressions.html
>
> I read:
>
> ‘.\{9\}A$’
> This matches nine characters followed by an ‘A’.
>
> The description seems to me to be wrong as '$' matches the end of the line.
> So the description should read:
>
> This matches nine characters followed by an ‘A’ at the end of a line.
Thank you.
I've converted that to a commit in your name and will push the
following later today:
sed-doc-tweak.diff
Description: Text document