diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2004-01-04 15:33:06 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2004-01-04 15:33:06 +0000 |
| commit | ca802a8abe730c84003c40ebb064b1496864b324 (patch) | |
| tree | 0afa4d0596b3b5bac8b24c0a674f805b4e171e29 /usr.bin/sed | |
| parent | 5125c6f5c623eb809db0f0eaf84bf8b53ed7b725 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sed')
| -rw-r--r-- | usr.bin/sed/sed.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 1648ad756cab..38106a50db9a 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -178,9 +178,8 @@ The regular expressions used in .Nm , by default, are basic regular expressions (BREs, see .Xr re_format 7 -for more information). -.Nm -can use extended (modern) regular expressions instead if the +for more information), but extended (modern) regular expressions can be used +instead if the .Fl E flag is given. In addition, |
