Sort sections, and refer to sed as a utility, not a function.

This commit is contained in:
Tim J. Robbins 2002-06-25 08:36:19 +00:00
parent 2a5454cd3d
commit 42676968c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98807

View File

@ -524,15 +524,10 @@ as described in
.Xr grep 1 ,
.Xr regex 3 ,
.Xr re_format 7
.Sh HISTORY
A
.Nm
command appeared in
.At v7 .
.Sh STANDARDS
The
.Nm
function is expected to be a superset of the
utility is expected to be a superset of the
.St -p1003.2
specification.
.Pp
@ -541,3 +536,8 @@ The
option is a non-standard
.Fx
extension and may not be available on other operating systems.
.Sh HISTORY
A
.Nm
command appeared in
.At v7 .