]> granicus.if.org Git - python/commitdiff
Fix some markup so that the right characters are printed.
authorFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 22:13:07 +0000 (22:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Feb 1998 22:13:07 +0000 (22:13 +0000)
"EOF" --> "\EOF{}"

Doc/lib/libmimetools.tex
Doc/libmimetools.tex

index 94601b3a0b95ca2d885e355ccbc2da98b9cf1969..18c6bb63217bd37c99417895ed09f7ea81dcf651 100644 (file)
@@ -36,13 +36,13 @@ Valid values for \var{encoding} are the same as for \code{decode()}.
 \end{funcdesc}
 
 \begin{funcdesc}{copyliteral}{input\, output}
-Read lines until EOF from open file \var{input} and write them to open
-file \var{output}.
+Read lines until \EOF{} from open file \var{input} and write them to
+open file \var{output}.
 \end{funcdesc}
 
 \begin{funcdesc}{copybinary}{input\, output}
-Read blocks until EOF from open file \var{input} and write them to open
-file \var{output}.  The block size is currently fixed at 8192.
+Read blocks until \EOF{} from open file \var{input} and write them to
+open file \var{output}.  The block size is currently fixed at 8192.
 \end{funcdesc}
 
 
@@ -68,7 +68,7 @@ a list if strings.  For parameters of the form
 Return the \var{value} of the first parameter (as returned by
 \code{getplist()} of the form \samp{\var{name}=\var{value}} for the
 given \var{name}.  If \var{value} is surrounded by quotes of the form
-\var{<...>} or \var{"..."}, these are removed.
+`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
 \end{funcdesc}
 
 \begin{funcdesc}{getencoding}{}
index 94601b3a0b95ca2d885e355ccbc2da98b9cf1969..18c6bb63217bd37c99417895ed09f7ea81dcf651 100644 (file)
@@ -36,13 +36,13 @@ Valid values for \var{encoding} are the same as for \code{decode()}.
 \end{funcdesc}
 
 \begin{funcdesc}{copyliteral}{input\, output}
-Read lines until EOF from open file \var{input} and write them to open
-file \var{output}.
+Read lines until \EOF{} from open file \var{input} and write them to
+open file \var{output}.
 \end{funcdesc}
 
 \begin{funcdesc}{copybinary}{input\, output}
-Read blocks until EOF from open file \var{input} and write them to open
-file \var{output}.  The block size is currently fixed at 8192.
+Read blocks until \EOF{} from open file \var{input} and write them to
+open file \var{output}.  The block size is currently fixed at 8192.
 \end{funcdesc}
 
 
@@ -68,7 +68,7 @@ a list if strings.  For parameters of the form
 Return the \var{value} of the first parameter (as returned by
 \code{getplist()} of the form \samp{\var{name}=\var{value}} for the
 given \var{name}.  If \var{value} is surrounded by quotes of the form
-\var{<...>} or \var{"..."}, these are removed.
+`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
 \end{funcdesc}
 
 \begin{funcdesc}{getencoding}{}