Fixed .Nm element, updated HISTORY section, added AUTHORS section.

Reviewed by:	schweikh (mentor)
MFC after:	2 weeks
This commit is contained in:
Diomidis Spinellis 2003-07-22 19:23:45 +00:00
parent 37c94e1d78
commit b6059c5c01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117901

View File

@ -161,7 +161,9 @@ address. The end of the range is the next following pattern space
that matches the second address. If the second address is a number
less than or equal to the line number first selected, only that
line is selected. In the case when the second address is a context
address, sed does not re-match the second address against the
address,
.Nm
does not re-match the second address against the
pattern space that matched the first address. Starting at the
first line following the selected range,
.Nm
@ -536,5 +538,7 @@ extension and may not be available on other operating systems.
.Sh HISTORY
A
.Nm
command appeared in
command, written by L. E. McMahon, appeared in
.At v7 .
.Sh AUTHORS
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org