diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-12 20:28:15 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-02-12 20:28:15 +0000 |
| commit | f68fbfedc19b286bb8b037aa04b68825c3b53611 (patch) | |
| tree | d1a04088f071c6c300b2cf73d24cbd53c40a61a2 /bin/ed | |
| parent | cfa57401b047cb8a5dbca777348cc5625e47e935 (diff) | |
Notes
Diffstat (limited to 'bin/ed')
| -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 20fc8052cee7..dbfb3dda37f1 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. |
