]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Normalized the word "Unix" to "\UNIX{}".
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:31:22 +0000 (17:31 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 17:31:22 +0000 (17:31 +0000)
Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.

Doc/lib/libcrypt.tex
Doc/libcrypt.tex

index 8a4ec92752b361b34f199bb93285e24c2dbed203..d09a2a4b1c78978b59f26c48619c7ccff2702c9a 100644 (file)
@@ -1,12 +1,12 @@
-\section{Built-in Module {\tt crypt}}
+\section{Built-in Module \sectcode{crypt}}
 \label{module-crypt}
 \bimodindex{crypt}
 
 This module implements an interface to the crypt({\bf 3}) routine,
 which is a one-way hash function based upon a modified DES algorithm;
-see the Unix man page for further details.  Possible uses include
+see the \UNIX{} man page for further details.  Possible uses include
 allowing Python scripts to accept typed passwords from the user, or
-attempting to crack Unix passwords with a dictionary.
+attempting to crack \UNIX{} passwords with a dictionary.
 \index{crypt(3)}
 
 \renewcommand{\indexsubitem}{(in module crypt)}
index 8a4ec92752b361b34f199bb93285e24c2dbed203..d09a2a4b1c78978b59f26c48619c7ccff2702c9a 100644 (file)
@@ -1,12 +1,12 @@
-\section{Built-in Module {\tt crypt}}
+\section{Built-in Module \sectcode{crypt}}
 \label{module-crypt}
 \bimodindex{crypt}
 
 This module implements an interface to the crypt({\bf 3}) routine,
 which is a one-way hash function based upon a modified DES algorithm;
-see the Unix man page for further details.  Possible uses include
+see the \UNIX{} man page for further details.  Possible uses include
 allowing Python scripts to accept typed passwords from the user, or
-attempting to crack Unix passwords with a dictionary.
+attempting to crack \UNIX{} passwords with a dictionary.
 \index{crypt(3)}
 
 \renewcommand{\indexsubitem}{(in module crypt)}