#914768 sed: Typos in 'info'.

Package:
sed
Source:
sed
Description:
GNU stream editor for filtering/transforming text
Submitter:
Igor Liferenko
Date:
2018-11-27 05:27:04 UTC
Severity:
wishlist
#914768#5
Date:
2018-11-27 05:24:17 UTC
From:
To:
Dear Maintainer,

In these examples from "info sed", `-E' is not used for anything:

    $ printf '%s\n' a1 a2 a3 | sed -E '/1/bx ; s/a/z/ ; :x ; y/123/456/'
    $ printf '%s\n' a1 a2 a3 | sed -E '/1/!s/a/z/ ; y/123/456/'

In this example from "info sed", `g' is not used for anything:

    sed ':x ; /=$/ { N ; s/=\n//g ; bx }' jaques.txt