Consistency: "unix" ==> "\UNIX{}"

Added \label{} for referring to the module.
This commit is contained in:
Fred Drake 1998-01-13 19:01:57 +00:00
parent efc1e0f43b
commit c9dc5151b6
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
\section{Standard Module \sectcode{mailbox}} \section{Standard Module \sectcode{mailbox}}
\label{module-mailbox}
\stmodindex{mailbox} \stmodindex{mailbox}
\renewcommand{\indexsubitem}{(in module 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. access to mail messages in a (unix) mailbox.
\begin{funcdesc}{UnixMailbox}{fp} \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} in a single file and separated by ``From name time'' lines. \var{Fp}
is the file object pointing to the mailbox file. is the file object pointing to the mailbox file.
\end{funcdesc} \end{funcdesc}

View File

@ -1,4 +1,5 @@
\section{Standard Module \sectcode{mailbox}} \section{Standard Module \sectcode{mailbox}}
\label{module-mailbox}
\stmodindex{mailbox} \stmodindex{mailbox}
\renewcommand{\indexsubitem}{(in module 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. access to mail messages in a (unix) mailbox.
\begin{funcdesc}{UnixMailbox}{fp} \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} in a single file and separated by ``From name time'' lines. \var{Fp}
is the file object pointing to the mailbox file. is the file object pointing to the mailbox file.
\end{funcdesc} \end{funcdesc}