From: Fred Drake Date: Thu, 29 Jul 1999 13:56:41 +0000 (+0000) Subject: Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the X-Git-Tag: v1.6a1~1058 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c35367e43992570163ba042c575bcf741afc0da0;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index 361884f6aee3..a5ed6e7867bc 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