diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 19:01:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 19:01:57 (GMT) |
commit | c9dc5151b6b69abdc32c0732ea12e8332dedd134 (patch) | |
tree | 33a9e1d104b67d614a5f3b0f4c5dabecb74a5c52 /Doc/libmailbox.tex | |
parent | efc1e0f43b51e219dd3dfae06d6df3f8a2b69230 (diff) | |
download | cpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.zip cpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.tar.gz cpython-c9dc5151b6b69abdc32c0732ea12e8332dedd134.tar.bz2 |
Consistency: "unix" ==> "\UNIX{}"
Added \label{} for referring to the module.
Diffstat (limited to 'Doc/libmailbox.tex')
-rw-r--r-- | Doc/libmailbox.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/libmailbox.tex b/Doc/libmailbox.tex index 8db4c91..42bdfda 100644 --- a/Doc/libmailbox.tex +++ b/Doc/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} |