]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Consistency: "unix" ==> "\UNIX{}"
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:01:57 +0000 (19:01 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:01:57 +0000 (19:01 +0000)
Added \label{} for referring to the module.

Doc/lib/libmailbox.tex
Doc/libmailbox.tex

index 8db4c91a2a64b4d2ac1c334d1a07c1bb39188877..42bdfda54129f7a6b7d8522f8e3e85548c59636e 100644 (file)
@@ -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}
index 8db4c91a2a64b4d2ac1c334d1a07c1bb39188877..42bdfda54129f7a6b7d8522f8e3e85548c59636e 100644 (file)
@@ -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}