diff options
author | dds <dds@FreeBSD.org> | 2003-07-22 19:23:45 +0000 |
---|---|---|
committer | dds <dds@FreeBSD.org> | 2003-07-22 19:23:45 +0000 |
commit | 4fc5a31189f42d9f1151babf7b5691fe01202fd5 (patch) | |
tree | 9748e1578d73b2d18c59404c39127878aa16848b /usr.bin/sed | |
parent | 739de7fe1d94a86dc496c9626306b2d782ac0aa9 (diff) | |
download | FreeBSD-src-4fc5a31189f42d9f1151babf7b5691fe01202fd5.zip FreeBSD-src-4fc5a31189f42d9f1151babf7b5691fe01202fd5.tar.gz |
Fixed .Nm element, updated HISTORY section, added AUTHORS section.
Reviewed by: schweikh (mentor)
MFC after: 2 weeks
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 618adc9..1648ad7 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -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 |