Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01dbb88

Browse files
committed
Fix some markup so that the right characters are printed.
"EOF" --> "\EOF{}"
1 parent 4a1efb6 commit 01dbb88

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/lib/libmimetools.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ \section{Standard Module \sectcode{mimetools}}
3636
\end{funcdesc}
3737

3838
\begin{funcdesc}{copyliteral}{input\, output}
39-
Read lines until EOF from open file \var{input} and write them to open
40-
file \var{output}.
39+
Read lines until \EOF{} from open file \var{input} and write them to
40+
open file \var{output}.
4141
\end{funcdesc}
4242

4343
\begin{funcdesc}{copybinary}{input\, output}
44-
Read blocks until EOF from open file \var{input} and write them to open
45-
file \var{output}. The block size is currently fixed at 8192.
44+
Read blocks until \EOF{} from open file \var{input} and write them to
45+
open file \var{output}. The block size is currently fixed at 8192.
4646
\end{funcdesc}
4747

4848

@@ -68,7 +68,7 @@ \subsection{Additional Methods of Message objects}
6868
Return the \var{value} of the first parameter (as returned by
6969
\code{getplist()} of the form \samp{\var{name}=\var{value}} for the
7070
given \var{name}. If \var{value} is surrounded by quotes of the form
71-
\var{<...>} or \var{"..."}, these are removed.
71+
`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
7272
\end{funcdesc}
7373

7474
\begin{funcdesc}{getencoding}{}

Doc/libmimetools.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ \section{Standard Module \sectcode{mimetools}}
3636
\end{funcdesc}
3737

3838
\begin{funcdesc}{copyliteral}{input\, output}
39-
Read lines until EOF from open file \var{input} and write them to open
40-
file \var{output}.
39+
Read lines until \EOF{} from open file \var{input} and write them to
40+
open file \var{output}.
4141
\end{funcdesc}
4242

4343
\begin{funcdesc}{copybinary}{input\, output}
44-
Read blocks until EOF from open file \var{input} and write them to open
45-
file \var{output}. The block size is currently fixed at 8192.
44+
Read blocks until \EOF{} from open file \var{input} and write them to
45+
open file \var{output}. The block size is currently fixed at 8192.
4646
\end{funcdesc}
4747

4848

@@ -68,7 +68,7 @@ \subsection{Additional Methods of Message objects}
6868
Return the \var{value} of the first parameter (as returned by
6969
\code{getplist()} of the form \samp{\var{name}=\var{value}} for the
7070
given \var{name}. If \var{value} is surrounded by quotes of the form
71-
\var{<...>} or \var{"..."}, these are removed.
71+
`\code{<}...\code{>}' or `\code{"}...\code{"}', these are removed.
7272
\end{funcdesc}
7373

7474
\begin{funcdesc}{getencoding}{}

0 commit comments

Comments
 (0)