| Summary: | [patch] Typos in ed(1) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Andrew Hamilton-Wright <andrew> | ||||
| Component: | Books & Articles | Assignee: | Bruce Cran <brucec> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Andrew Hamilton-Wright
2009-02-13 01:50:03 UTC
Responsible Changed From-To: freebsd-doc->pgj Take Responsible Changed From-To: pgj->freebsd-doc Back to the pool. 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" State Changed From-To: open->patched Fix committed as r218619. Responsible Changed From-To: freebsd-doc->brucec Take. 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" 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 Merged to stable/7 and stable/8. |