diff options
author | keramida <keramida@FreeBSD.org> | 2002-04-21 14:48:47 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2002-04-21 14:48:47 +0000 |
commit | f4dad30bfd8cf3231b13f6b542274bc157c6f590 (patch) | |
tree | 7b13d3b386c81a6c087e26767c94912e6ea36901 /usr.bin/sed | |
parent | ac2b64003235a4e886bb4cebba0ca7ef04979789 (diff) | |
download | FreeBSD-src-f4dad30bfd8cf3231b13f6b542274bc157c6f590.zip FreeBSD-src-f4dad30bfd8cf3231b13f6b542274bc157c6f590.tar.gz |
Remove duplicated text.
PR: docs/37287
Submitted by: Tony Finch <dot@dotat.at>
MFC after: 3 days
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 b33e76d..f46201a 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 |