File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,8 +203,9 @@ \subsection{Interactive Mode}
203203When commands are read from a tty, the interpreter is said to be in
204204{\em interactive\ mode}. In this mode it prompts for the next command
205205with the {\em primary\ prompt}, usually three greater-than signs ({\tt
206- >>>}); for continuation lines it prompts with the {\em secondary\
207- prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D)
206+ >>>}); for continuation lines it prompts with the
207+ {\em secondary\ prompt},
208+ by default three dots ({\tt ...}). Typing an EOF (Control-D)
208209at the primary prompt causes the interpreter to exit with a zero exit
209210status.
210211
Original file line number Diff line number Diff line change @@ -203,8 +203,9 @@ \subsection{Interactive Mode}
203203When commands are read from a tty, the interpreter is said to be in
204204{\em interactive\ mode}. In this mode it prompts for the next command
205205with the {\em primary\ prompt}, usually three greater-than signs ({\tt
206- >>>}); for continuation lines it prompts with the {\em secondary\
207- prompt}, by default three dots ({\tt ...}). Typing an EOF (Control-D)
206+ >>>}); for continuation lines it prompts with the
207+ {\em secondary\ prompt},
208+ by default three dots ({\tt ...}). Typing an EOF (Control-D)
208209at the primary prompt causes the interpreter to exit with a zero exit
209210status.
210211
You can’t perform that action at this time.
0 commit comments