summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcrypt.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-29 17:31:22 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-29 17:31:22 (GMT)
commitf0867315e9c02888268bda26b4d15029a0375f45 (patch)
tree6d1df42596449d54cddec503aa66e0cf6d81e3f8 /Doc/lib/libcrypt.tex
parenta4541af0badca6a1d634bcaaf073c271a3a1589c (diff)
downloadcpython-f0867315e9c02888268bda26b4d15029a0375f45.zip
cpython-f0867315e9c02888268bda26b4d15029a0375f45.tar.gz
cpython-f0867315e9c02888268bda26b4d15029a0375f45.tar.bz2
Normalized the word "Unix" to "\UNIX{}".
Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.
Diffstat (limited to 'Doc/lib/libcrypt.tex')
-rw-r--r--Doc/lib/libcrypt.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex
index 8a4ec92..d09a2a4 100644
--- a/Doc/lib/libcrypt.tex
+++ b/Doc/lib/libcrypt.tex
@@ -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)}