svn commit: r218755 - stable/8/bin/ed

Bruce Cran brucec at FreeBSD.org
Wed Feb 16 21:27:19 UTC 2011


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.


More information about the svn-src-all mailing list