diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-09 15:50:17 (GMT) |
commit | c116b82b773fac82b1228775fc5bdabcac8562ad (patch) | |
tree | 749e08d0d4e49984cbdf9ed4b62c72f1aca6ca0b /Doc/lib/libcrypt.tex | |
parent | 78cae61ad47f70208468a77d665b009601fac2be (diff) | |
download | cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.zip cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.gz cpython-c116b82b773fac82b1228775fc5bdabcac8562ad.tar.bz2 |
Work around limitations of the module synopsis table generation to avoid
leaking LaTeX2HTML's internal string munging.
This fixes SF bug #420399.
Diffstat (limited to 'Doc/lib/libcrypt.tex')
-rw-r--r-- | Doc/lib/libcrypt.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex index e3936b7..20d9bb2 100644 --- a/Doc/lib/libcrypt.tex +++ b/Doc/lib/libcrypt.tex @@ -4,7 +4,7 @@ \declaremodule{builtin}{crypt} \platform{Unix} \modulesynopsis{The \cfunction{crypt()} function used to check - \UNIX{} passwords.} + \UNIX\ passwords.} \moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu} \sectionauthor{Steven D. Majewski}{sdm7g@virginia.edu} \sectionauthor{Peter Funk}{pf@artcom-gmbh.de} |