Bug 131625

Summary: [patch] Typos in ed(1) man page
Product: Documentation Reporter: Andrew Hamilton-Wright <andrew>
Component: Books & ArticlesAssignee: Bruce Cran <brucec>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andrew Hamilton-Wright 2009-02-13 01:50:03 UTC
Minor typos in the ed(1) man page; patch attached.

Fix: Doc update, patch attached.

Patch attached with submission follows:
How-To-Repeat: Extra comma on line 234, "for" instead of "more" on line 652.
Comment 1 Gabor Pali freebsd_committer freebsd_triage 2009-02-13 06:33:00 UTC
Responsible Changed
From-To: freebsd-doc->pgj

Take
Comment 2 Gabor Pali freebsd_committer freebsd_triage 2010-07-16 12:01:24 UTC
Responsible Changed
From-To: pgj->freebsd-doc

Back to the pool.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-02-12 20:28:23 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"
Comment 4 Bruce Cran freebsd_committer freebsd_triage 2011-02-12 20:28:38 UTC
State Changed
From-To: open->patched

Fix committed as r218619. 


Comment 5 Bruce Cran freebsd_committer freebsd_triage 2011-02-12 20:28:38 UTC
Responsible Changed
From-To: freebsd-doc->brucec

Take.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-02-16 21:27:23 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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-02-16 21:29:11 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"
Comment 8 Bruce Cran freebsd_committer freebsd_triage 2011-02-16 21:31:56 UTC
State Changed
From-To: patched->closed

Merged to stable/7 and stable/8.