diff options
author | 2016-09-23 06:17:43 +0000 | |
---|---|---|
committer | 2016-09-23 06:17:43 +0000 | |
commit | 6cb920ff320d3d3017bce803fcefd8e89e12793f (patch) | |
tree | d26a99f257a5e4dea2f6acb0c4933965dc29a324 | |
parent | s/alloctaed/allocated/ in comment (diff) | |
download | wireguard-openbsd-6cb920ff320d3d3017bce803fcefd8e89e12793f.tar.xz wireguard-openbsd-6cb920ff320d3d3017bce803fcefd8e89e12793f.zip |
remove the note about the list command (l) displaying a --More--
prompt for huge lines (according to otto this happens only when
BACKWARDS is not defined);
ok otto
-rw-r--r-- | bin/ed/ed.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index dbf7f55b5ea..cb53c7cea7d 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.67 2015/11/20 20:13:32 tb Exp $ +.\" $OpenBSD: ed.1,v 1.68 2016/09/23 06:17:43 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 20 2015 $ +.Dd $Mdocdate: September 23 2016 $ .Dt ED 1 .Os .Sh NAME @@ -444,12 +444,6 @@ in subsequent commands. The mark is not cleared until the line is deleted or otherwise modified. .It (.,.) Ns Ic l Prints the addressed lines unambiguously. -If a single line fills more than one screen (as might be the case -when viewing a binary file, for instance), a -.Dq --More-- -prompt is printed on the last line. -.Nm -waits until the RETURN key is pressed before displaying the next screen. The current address is set to the last line printed. .It (.,.) Ns Ic m Ns (.) Moves lines in the buffer. |