[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#24799: Sed documentation typo
From: |
Vincenzo Romano |
Subject: |
bug#24799: Sed documentation typo |
Date: |
Wed, 26 Oct 2016 20:40:57 +0200 |
Thank you very much!
--
Vincenzo Romano - NotOrAnd.IT
Information Technologies
--
NON QVIETIS MARIBVS NAVTA PERITVS
2016-10-26 20:14 GMT+02:00 Jim Meyering <address@hidden>:
> 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: