diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 06:46:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 06:46:51 (GMT) |
commit | 13beac1289eeb02c61e6ea38b06242b3416b11e8 (patch) | |
tree | a10e880f7e5efac6e0295f24b09a796668ba65d5 /Doc/lib/libcrypt.tex | |
parent | 85ea68b2a21b93633f88008c8f9668729f48090b (diff) | |
download | cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.zip cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.tar.gz cpython-13beac1289eeb02c61e6ea38b06242b3416b11e8.tar.bz2 |
Removed obsolete \setindexsubitem macros.
Diffstat (limited to 'Doc/lib/libcrypt.tex')
-rw-r--r-- | Doc/lib/libcrypt.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex index a4c0bb7..bdcc7da 100644 --- a/Doc/lib/libcrypt.tex +++ b/Doc/lib/libcrypt.tex @@ -9,7 +9,6 @@ allowing Python scripts to accept typed passwords from the user, or attempting to crack \UNIX{} passwords with a dictionary. \index{crypt(3)} -\setindexsubitem{(in module crypt)} \begin{funcdesc}{crypt}{word, salt} \var{word} will usually be a user's password. \var{salt} is a 2-character string which will be used to select one of 4096 variations |