Consistency: "unix" ==> "\UNIX{}"
Added \label{} for referring to the module.
This commit is contained in:
parent
efc1e0f43b
commit
c9dc5151b6
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{mailbox}}
|
||||
\label{module-mailbox}
|
||||
\stmodindex{mailbox}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module mailbox)}
|
||||
|
@ -7,7 +8,7 @@ This module defines a number of classes that allow easy and uniform
|
|||
access to mail messages in a (unix) mailbox.
|
||||
|
||||
\begin{funcdesc}{UnixMailbox}{fp}
|
||||
Access a classic unix-style mailbox, where all messages are contained
|
||||
Access a classic \UNIX{}-style mailbox, where all messages are contained
|
||||
in a single file and separated by ``From name time'' lines. \var{Fp}
|
||||
is the file object pointing to the mailbox file.
|
||||
\end{funcdesc}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
\section{Standard Module \sectcode{mailbox}}
|
||||
\label{module-mailbox}
|
||||
\stmodindex{mailbox}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module mailbox)}
|
||||
|
@ -7,7 +8,7 @@ This module defines a number of classes that allow easy and uniform
|
|||
access to mail messages in a (unix) mailbox.
|
||||
|
||||
\begin{funcdesc}{UnixMailbox}{fp}
|
||||
Access a classic unix-style mailbox, where all messages are contained
|
||||
Access a classic \UNIX{}-style mailbox, where all messages are contained
|
||||
in a single file and separated by ``From name time'' lines. \var{Fp}
|
||||
is the file object pointing to the mailbox file.
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Reference in New Issue