diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-04-21 14:48:47 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-04-21 14:48:47 +0000 |
commit | 2642bed24b3a33a2572d41ba0d501c1131ab87af (patch) | |
tree | 7b13d3b386c81a6c087e26767c94912e6ea36901 /usr.bin/sed | |
parent | 940bc501bd76d440826bf64aa441073093921850 (diff) |
Notes
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index b33e76d19ce0..f46201aba9cf 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -152,8 +152,7 @@ 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 pattern space that matched the first address. Starting at the -first line following the selected range, sed starts looking again -for the first address. +first line following the selected range, .Nm starts looking again for the first address. .Pp |