Fix a couple hard sentence breaks I inadvertently introduced. Also,

update a bit of English into something easier to read.

Prompted by:	sheldonh (thanks!)
This commit is contained in:
Brian Feldman 2000-03-20 16:21:53 +00:00
parent 87374c3d7a
commit 0ef1d1f59c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58388

View File

@ -72,7 +72,8 @@ The following options are available:
.Bl -tag -width indent
.It Fl E
Interpret regular expressions as extended (modern) regular expressions
rather than basic regular expressions (BRE's). The
rather than basic regular expressions (BRE's).
The
.Xr re_format 7
manual page fully describes both formats.
.It Fl a
@ -165,15 +166,16 @@ of the exclamation character
.Pc
function.
.Sh "Sed Regular Expressions"
The
.Nm
regular expressions are basic regular expressions (BRE's, see
.Xr regex 3
for more information) by default.
The regular expressions used in
.Nm sed ,
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
.Fl E
flag is given. In addition,
flag is given.
In addition,
.Nm
has the following two additions to regular expressions:
.sp