diff options
author | George Yoshida <dynkin@gmail.com> | 2006-06-17 16:31:52 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-06-17 16:31:52 (GMT) |
commit | b8d2607692c631ce411406c23057f6a9033cd265 (patch) | |
tree | 102c95782d4a916df622a6abd367edddad5ec9ce | |
parent | 92733be85e89ac0d7c1c3a4d57eff0373d9f4b5f (diff) | |
download | cpython-b8d2607692c631ce411406c23057f6a9033cd265.zip cpython-b8d2607692c631ce411406c23057f6a9033cd265.tar.gz cpython-b8d2607692c631ce411406c23057f6a9033cd265.tar.bz2 |
markup fix
-rw-r--r-- | Doc/ref/ref8.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index d10c87f..78e7934 100644 --- a/Doc/ref/ref8.tex +++ b/Doc/ref/ref8.tex @@ -34,7 +34,7 @@ in the namespace of \module{__main__}. \index{interactive mode} \refbimodindex{__main__} -Under {\UNIX}, a complete program can be passed to the interpreter in +Under \UNIX{}, a complete program can be passed to the interpreter in three forms: with the \programopt{-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 |