summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-07-29 13:56:41 (GMT)
committerFred Drake <fdrake@acm.org>1999-07-29 13:56:41 (GMT)
commitc35367e43992570163ba042c575bcf741afc0da0 (patch)
tree735687bc9e0c635231c2587e92c595710ea6b154 /Doc/ref
parent5ed843fc52d6f64c700b0fd44c8f6c15465eac07 (diff)
downloadcpython-c35367e43992570163ba042c575bcf741afc0da0.zip
cpython-c35367e43992570163ba042c575bcf741afc0da0.tar.gz
cpython-c35367e43992570163ba042c575bcf741afc0da0.tar.bz2
Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the
new markup makes sense in context). These allow the SGML/XML conversion updates to work, & should not have still been in there anyway.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref8.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex
index 361884f..a5ed6e7 100644
--- a/Doc/ref/ref8.tex
+++ b/Doc/ref/ref8.tex
@@ -34,7 +34,7 @@ in the namespace of \module{__main__}.
\refbimodindex{__main__}
Under {\UNIX}, a complete program can be passed to the interpreter in
-three forms: with the {\bf -c} {\it string} command line option, as a
+three forms: with the \program{-c} \var{string} command line option, as a
file passed as the first command line argument, or as standard input.
If the file or standard input is a tty device, the interpreter enters
interactive mode; otherwise, it executes the file as a complete