aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-04-21 14:48:47 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-04-21 14:48:47 +0000
commit2642bed24b3a33a2572d41ba0d501c1131ab87af (patch)
tree7b13d3b386c81a6c087e26767c94912e6ea36901 /usr.bin
parent940bc501bd76d440826bf64aa441073093921850 (diff)
downloadsrc-2642bed24b3a33a2572d41ba0d501c1131ab87af.tar.gz
src-2642bed24b3a33a2572d41ba0d501c1131ab87af.zip
Remove duplicated text.
PR: docs/37287 Submitted by: Tony Finch <dot@dotat.at> MFC after: 3 days
Notes
Notes: svn path=/head/; revision=95208
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sed/sed.13
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