Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a67dee3

Browse files
committed
move uncomfortable backslash
1 parent 502d960 commit a67dee3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/tut.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ \subsection{Interactive Mode}
203203
When 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
205205
with 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)
208209
at the primary prompt causes the interpreter to exit with a zero exit
209210
status.
210211

Doc/tut/tut.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,9 @@ \subsection{Interactive Mode}
203203
When 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
205205
with 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)
208209
at the primary prompt causes the interpreter to exit with a zero exit
209210
status.
210211

0 commit comments

Comments
 (0)