From: Fred Drake Date: Tue, 13 Jan 1998 19:01:57 +0000 (+0000) Subject: Consistency: "unix" ==> "\UNIX{}" X-Git-Tag: v1.5.1~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9dc5151b6b69abdc32c0732ea12e8332dedd134;p=thirdparty%2FPython%2Fcpython.git Consistency: "unix" ==> "\UNIX{}" Added \label{} for referring to the module. --- diff --git a/Doc/lib/libmailbox.tex b/Doc/lib/libmailbox.tex index 8db4c91a2a64..42bdfda54129 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} diff --git a/Doc/libmailbox.tex b/Doc/libmailbox.tex index 8db4c91a2a64..42bdfda54129 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}