commit | 798654fc68ea3cdc06c6af56c236db5f71dd7157 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sun Nov 30 05:53:22 1997 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sun Nov 30 05:53:22 1997 +0000 |
tree | fed92ceb24a501a82a0d37fabd0498a3d7fc900e | |
parent | 2478f9d5a2913303592dbe363b5e61922546ff29 [diff] [blame] |
Added \indexsubitem definition; functions were previously indexed for the wrong module.
diff --git a/Doc/lib/libbase64.tex b/Doc/lib/libbase64.tex index ab00ded..edd1920 100644 --- a/Doc/lib/libbase64.tex +++ b/Doc/lib/libbase64.tex
@@ -13,6 +13,8 @@ \indexii{RFC}{1421} \index{MIME, base 64 encoding} +\renewcommand{\indexsubitem}{(in module base64)} + \begin{funcdesc}{decode}{input\, output} Decode the contents of the \var{input} file and write the resulting binary data to the \var{output} file.