Fix weird messed up paragraphs

This commit is contained in:
Guido van Rossum 1994-02-23 09:10:27 +00:00
parent 749057be5a
commit 9f65ae0093
1 changed files with 4 additions and 8 deletions

View File

@ -47,20 +47,16 @@ applications.
See the internal documentation for hints. See the internal documentation for hints.
.SH COMMAND LINE OPTIONS .SH COMMAND LINE OPTIONS
.TP .TP
.TP
.B \-d .B \-d
Turn on parser debugging output (for wizards only, depending on Turn on parser debugging output (for wizards only, depending on
compilation options). compilation options).
.TP
.B \-i .B \-i
When a script is passed as first argument or the \fB\-c\fP option is When a script is passed as first argument or the \fB\-c\fP option is
used, enter interactive mode after executing the script or the used, enter interactive mode after executing the script or the
command. This can be useful to inspect global variables or a stack command. It does not read the $PYTHONSTARTUP file. This can be
trace when a script raises an exception. useful to inspect global variables or a stack trace when a script
.TP raises an exception.
.B \-i
When executing a program from a file, this option enters interactive
mode after the program has completed. It does not read the
$PYTHONSTARTUP file.
.TP .TP
.B \-k .B \-k
This hack, eh, feature is intended to help you to find expression This hack, eh, feature is intended to help you to find expression