Bug #5624
sed(1) should not refer to re_format(7)
Start date:
2015-02-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
`man sed` sayes:
-E Interpret regular expressions as extended (modern) regular expressions rather than basic regular expressions (BRE's). The re_format(7) manual page fully describes both formats.
but there is no re_format man page:
[root@headnode (nightly-1) ~]# man re_format No manual entry for re_format.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 21520208ad6fda66aa89c585cc9d64979b0f3103
commit 21520208ad6fda66aa89c585cc9d64979b0f3103 Author: Robert Mustacchi <rm@joyent.com> Date: 2015-04-29T22:36:26.000Z 5624 sed(1) should not refer to re_format(7) Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Richard Lowe <richlowe@richlowe.net>