From nobody@FreeBSD.org  Fri Feb 13 01:45:40 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EAF01106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Feb 2009 01:45:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D99F78FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Feb 2009 01:45:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1D1jeGQ029659
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Feb 2009 01:45:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1D1je2F029658;
	Fri, 13 Feb 2009 01:45:40 GMT
	(envelope-from nobody)
Message-Id: <200902130145.n1D1je2F029658@www.freebsd.org>
Date: Fri, 13 Feb 2009 01:45:40 GMT
From: Andrew Wright <andrew@qemg.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Typos in ed(1) man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131625
>Category:       docs
>Synopsis:       [patch] Typos in ed(1) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brucec
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 01:50:03 UTC 2009
>Closed-Date:    Wed Feb 16 21:32:17 UTC 2011
>Last-Modified:  Wed Feb 16 21:32:17 UTC 2011
>Originator:     Andrew Wright
>Release:        7.1
>Organization:
Mount Allison University
>Environment:
FreeBSD qemg.org 7.1-RELEASE-p1 FreeBSD 7.1-RELEASE-p1 #9: Tue Jan 13 21:17:15 AST 2009     root@qemg.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Minor typos in the ed(1) man page; patch attached.
>How-To-Repeat:
Extra comma on line 234, "for" instead of "more" on line 652.
>Fix:
Doc update, patch attached.

Patch attached with submission follows:

--- ed.1	2009-01-09 12:55:47.000000000 -0400
+++ bin/ed/ed.1	2009-02-12 21:38:45.000000000 -0400
@@ -231,7 +231,7 @@
 The last line in the buffer.
 .It n
 The
-.Em n Ns th,
+.Em n Ns th
 line in the buffer
 where
 .Em n
@@ -649,7 +649,7 @@
 deleted or otherwise modified.
 .It (.,.)l
 Print the addressed lines unambiguously.
-If a single line fills for than one screen (as might be the case
+If a single line fills more than one screen (as might be the case
 when viewing a binary file, for instance), a
 .Dq Li --More--
 prompt is printed on the last line.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Fri Feb 13 06:33:00 UTC 2009 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131625 
Responsible-Changed-From-To: pgj->freebsd-doc 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Fri Jul 16 11:01:24 UTC 2010 
Responsible-Changed-Why:  
Back to the pool. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131625 
State-Changed-From-To: open->patched 
State-Changed-By: brucec 
State-Changed-When: Sat Feb 12 20:28:38 UTC 2011 
State-Changed-Why:  
Fix committed as r218619. 


Responsible-Changed-From-To: freebsd-doc->brucec 
Responsible-Changed-By: brucec 
Responsible-Changed-When: Sat Feb 12 20:28:38 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131625 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/131625: commit references a PR
Date: Sat, 12 Feb 2011 20:28:23 +0000 (UTC)

 Author: brucec
 Date: Sat Feb 12 20:28:15 2011
 New Revision: 218619
 URL: http://svn.freebsd.org/changeset/base/218619
 
 Log:
   Fix typos.
   
   PR:	docs/131625
   Submitted by:	Andrew Wright <andrew at qemg.org>
   MFC after:	1 month
 
 Modified:
   head/bin/ed/ed.1
 
 Modified: head/bin/ed/ed.1
 ==============================================================================
 --- head/bin/ed/ed.1	Sat Feb 12 20:16:25 2011	(r218618)
 +++ head/bin/ed/ed.1	Sat Feb 12 20:28:15 2011	(r218619)
 @@ -231,7 +231,7 @@ The current line (address) in the buffer
  The last line in the buffer.
  .It n
  The
 -.Em n Ns th,
 +.Em n Ns th
  line in the buffer
  where
  .Em n
 @@ -649,7 +649,7 @@ The mark is not cleared until the line i
  deleted or otherwise modified.
  .It (.,.)l
  Print the addressed lines unambiguously.
 -If a single line fills for than one screen (as might be the case
 +If a single line fills more than one screen (as might be the case
  when viewing a binary file, for instance), a
  .Dq Li --More--
  prompt is printed on the last line.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/131625: commit references a PR
Date: Wed, 16 Feb 2011 21:27:23 +0000 (UTC)

 Author: brucec
 Date: Wed Feb 16 21:27:19 2011
 New Revision: 218755
 URL: http://svn.freebsd.org/changeset/base/218755
 
 Log:
   MFC r218619:
   
   Fix typos.
   
   PR:	docs/131625
   Submitted by:	Andrew Wright <andrew at qemg.org>
 
 Modified:
   stable/8/bin/ed/ed.1
 Directory Properties:
   stable/8/bin/ed/   (props changed)
 
 Modified: stable/8/bin/ed/ed.1
 ==============================================================================
 --- stable/8/bin/ed/ed.1	Wed Feb 16 21:24:09 2011	(r218754)
 +++ stable/8/bin/ed/ed.1	Wed Feb 16 21:27:19 2011	(r218755)
 @@ -231,7 +231,7 @@ The current line (address) in the buffer
  The last line in the buffer.
  .It n
  The
 -.Em n Ns th,
 +.Em n Ns th
  line in the buffer
  where
  .Em n
 @@ -649,7 +649,7 @@ The mark is not cleared until the line i
  deleted or otherwise modified.
  .It (.,.)l
  Print the addressed lines unambiguously.
 -If a single line fills for than one screen (as might be the case
 +If a single line fills more than one screen (as might be the case
  when viewing a binary file, for instance), a
  .Dq Li --More--
  prompt is printed on the last line.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/131625: commit references a PR
Date: Wed, 16 Feb 2011 21:29:11 +0000 (UTC)

 Author: brucec
 Date: Wed Feb 16 21:29:05 2011
 New Revision: 218756
 URL: http://svn.freebsd.org/changeset/base/218756
 
 Log:
   MFC r218619:
   
   Fix typos.
   
   PR:	docs/131625
   Submitted by:	Andrew Wright <andrew at qemg.org>
 
 Modified:
   stable/7/bin/ed/ed.1
 Directory Properties:
   stable/7/bin/ed/   (props changed)
 
 Modified: stable/7/bin/ed/ed.1
 ==============================================================================
 --- stable/7/bin/ed/ed.1	Wed Feb 16 21:27:19 2011	(r218755)
 +++ stable/7/bin/ed/ed.1	Wed Feb 16 21:29:05 2011	(r218756)
 @@ -231,7 +231,7 @@ The current line (address) in the buffer
  The last line in the buffer.
  .It n
  The
 -.Em n Ns th,
 +.Em n Ns th
  line in the buffer
  where
  .Em n
 @@ -649,7 +649,7 @@ The mark is not cleared until the line i
  deleted or otherwise modified.
  .It (.,.)l
  Print the addressed lines unambiguously.
 -If a single line fills for than one screen (as might be the case
 +If a single line fills more than one screen (as might be the case
  when viewing a binary file, for instance), a
  .Dq Li --More--
  prompt is printed on the last line.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brucec 
State-Changed-When: Wed Feb 16 21:31:56 UTC 2011 
State-Changed-Why:  
Merged to stable/7 and stable/8. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131625 
>Unformatted:
