Bug 37287

Summary: [PATCH] remove duplicated text from sed.1
Product: Documentation Reporter: Tony Finch <dot>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me CC: fanf
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tony Finch 2002-04-20 12:20:04 UTC
There is some duplicated text at the end of the "Sed Addresses" section
of the manual page.

Fix: 

--- sed.1	16 Aug 2001 13:17:03 -0000	1.9.2.6
+++ sed.1	20 Apr 2002 11:15:21 -0000
@@ -152,8 +152,7 @@
 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
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-04-21 15:49:36 UTC
State Changed
From-To: open->patched

Committed in -CURRENT [ revision 1.20 of src/usr.bin/sed/sed.1 ]. 
I'll merge the change to STABLE in a few days. 

Thank you :) 


Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2002-04-21 15:49:36 UTC
Responsible Changed
From-To: freebsd-doc->keramida
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2002-04-27 13:23:56 UTC
State Changed
From-To: patched->closed

Change has been MFC'ed.