summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-13 19:01:57 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-13 19:01:57 (GMT)
commitc9dc5151b6b69abdc32c0732ea12e8332dedd134 (patch)
tree33a9e1d104b67d614a5f3b0f4c5dabecb74a5c52 /Doc/lib
parentefc1e0f43b51e219dd3dfae06d6df3f8a2b69230 (diff)
downloadcpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.zip
cpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.tar.gz
cpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.tar.bz2
Consistency: "unix" ==> "\UNIX{}"
Added \label{} for referring to the module.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libmailbox.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex
index 8db4c91..42bdfda 100644
--- a/Doc/lib/libmailbox.tex
+++ b/Doc/lib/libmailbox.tex
@@ -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}