diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2003-08-01 21:10:37 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2003-08-01 21:10:37 +0000 |
| commit | b259e0042fb5dea3b58111f05ca4dc5f03d870e0 (patch) | |
| tree | 68dbe6b674263a7d25ac091095a19450f4f72a56 /usr.bin | |
| parent | 559ca3278166c1467c7ac0e05221920314a1487f (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 618adc9fe28c..1648ad756cab 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 |
