summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-07-27 13:22:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-07-27 13:22:13 +0000
commit0daebca71796b286e9e140caeba067e9e2bba3a2 (patch)
treed26bc7a1cfdc7563293dc969c167814ab988f74a /bin
parentceb8396b77284b4beac34555873c9fc7bf682178 (diff)
`p' can be interrupted; my mistake.
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/USD.doc/09.edtut/e213
1 files changed, 12 insertions, 1 deletions
diff --git a/bin/ed/USD.doc/09.edtut/e2 b/bin/ed/USD.doc/09.edtut/e2
index a2e76c2f7b9..25bba42449d 100644
--- a/bin/ed/USD.doc/09.edtut/e2
+++ b/bin/ed/USD.doc/09.edtut/e2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: e2,v 1.3 2003/07/26 20:22:13 jmc Exp $
+.\" $OpenBSD: e2,v 1.4 2003/07/27 13:22:12 jmc Exp $
.\"
.\" Copyright (C) Caldera International Inc. 2001-2002.
.\" All rights reserved.
@@ -380,6 +380,17 @@ This will print
.ul
all
the lines in the buffer (line 1 to last line.)
+If you want to stop the printing before it is finished,
+it can be interrupted with
+.UC ^C
+(Control-C);
+.ul
+ed
+will type
+.P1
+?
+.P2
+and wait for the next command.
.PP
To print the
.ul