diff options
-rw-r--r-- | Doc/lib/libbase64.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libcrypt.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libmailcap.tex | 1 | ||||
-rw-r--r-- | Doc/libbase64.tex | 1 | ||||
-rw-r--r-- | Doc/libcrypt.tex | 1 | ||||
-rw-r--r-- | Doc/libmailcap.tex | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index 99fb09b..dca25d0 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex @@ -15,7 +15,6 @@ output produced by the \program{uuencode} program. For example, the string \code{'www.python.org'} is encoded as the string \code{'d3d3LnB5dGhvbi5vcmc=\e n'}. -\setindexsubitem{(in module base64)} \begin{funcdesc}{decode}{input, output} Decode the contents of the \var{input} file and write the resulting 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 diff --git a/Doc/lib/libmailcap.tex b/Doc/lib/libmailcap.tex index 69329ee..52e2ee4 100644 --- a/Doc/lib/libmailcap.tex +++ b/Doc/lib/libmailcap.tex @@ -1,7 +1,6 @@ \section{Standard Module \sectcode{mailcap}} \label{module-mailcap} \stmodindex{mailcap} -\setindexsubitem{(in module mailcap)} Mailcap files are used to configure how MIME-aware applications such as mail readers and Web browsers react to files with different MIME diff --git a/Doc/libbase64.tex b/Doc/libbase64.tex index 99fb09b..dca25d0 100644 --- a/Doc/libbase64.tex +++ b/Doc/libbase64.tex @@ -15,7 +15,6 @@ output produced by the \program{uuencode} program. For example, the string \code{'www.python.org'} is encoded as the string \code{'d3d3LnB5dGhvbi5vcmc=\e n'}. -\setindexsubitem{(in module base64)} \begin{funcdesc}{decode}{input, output} Decode the contents of the \var{input} file and write the resulting diff --git a/Doc/libcrypt.tex b/Doc/libcrypt.tex index a4c0bb7..bdcc7da 100644 --- a/Doc/libcrypt.tex +++ b/Doc/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 diff --git a/Doc/libmailcap.tex b/Doc/libmailcap.tex index 69329ee..52e2ee4 100644 --- a/Doc/libmailcap.tex +++ b/Doc/libmailcap.tex @@ -1,7 +1,6 @@ \section{Standard Module \sectcode{mailcap}} \label{module-mailcap} \stmodindex{mailcap} -\setindexsubitem{(in module mailcap)} Mailcap files are used to configure how MIME-aware applications such as mail readers and Web browsers react to files with different MIME |