Re: GNU sed maintainers, please document GNU sed's "-E" option (which is now in POSIX)
[email protected] (Jose E. Marchesi)
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sure. Here's the updated patch, with all changes requested, using
git format-patch.
[...]
+2013-10-15 David A. Wheeler <[email protected]>
+ * doc/sed-in.texi: Document "-E" option to use EREs. GNU sed already
+ supported "-E" as an undocumented synonym for "-r", but "-E" is now
+ in POSIX. See: http://austingroupbugs.net/view.php?id=528.
+ * doc/sed.1: Likewise.
+ * doc/sed.texi: Likewise.
+ * doc/sed.x: Likewise.
+ * sed/sed.c: Likewise.
+
Could you please add an empty line between the header and the first
entry in the ChangeLog record? Thanks.