summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r--Doc/tut/tut.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index fb54a3c..81f9deb 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -203,8 +203,9 @@ command to handle.
When commands are read from a tty, the interpreter is said to be in
{\em interactive\ mode}. In this mode it prompts for the next command
with the {\em primary\ prompt}, usually three greater-than signs ({\tt
->>>}); for continuation lines it prompts with the {\em secondary\
-prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D)
+>>>}); for continuation lines it prompts with the
+{\em secondary\ prompt},
+by default three dots ({\tt ...}). Typing an EOF (Control-D)
at the primary prompt causes the interpreter to exit with a zero exit
status.