diff options
author | brucec <brucec@FreeBSD.org> | 2011-02-12 20:28:15 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-02-12 20:28:15 +0000 |
commit | d03fb1381f23a82da2975903150859c420b7e9cf (patch) | |
tree | d1a04088f071c6c300b2cf73d24cbd53c40a61a2 /bin | |
parent | bd20f716213cd829daa7c3e26fbc1498991910a4 (diff) | |
download | FreeBSD-src-d03fb1381f23a82da2975903150859c420b7e9cf.zip FreeBSD-src-d03fb1381f23a82da2975903150859c420b7e9cf.tar.gz |
Fix typos.
PR: docs/131625
Submitted by: Andrew Wright <andrew at qemg.org>
MFC after: 1 month
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 20fc805..dbfb3dd 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -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 is 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. |