]> granicus.if.org Git - python/commitdiff
Remove obsolete \setindexsubitem macro,
authorFred Drake <fdrake@acm.org>
Sat, 4 Apr 1998 06:31:51 +0000 (06:31 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 4 Apr 1998 06:31:51 +0000 (06:31 +0000)
Added index entries.

Markup nits.

Doc/lib/libuu.tex
Doc/libuu.tex

index e953628faab781bf56fff86ccf0daea59da67eb1..82621b9cf5e0bce8232eba2be409e882fa5402ab 100644 (file)
@@ -14,12 +14,12 @@ required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
 
 This code was contributed by Lance Ellinghouse, and modified by Jack
 Jansen.
+\index{Jansen, Jack}
+\index{Ellinghouse, Lance}
 
 The \module{uu} module defines the following functions:
 
-\setindexsubitem{(in module uu)}
-
-\begin{funcdesc}{encode}{in_file, out_file\optional{, name, mode}}
+\begin{funcdesc}{encode}{in_file, out_file\optional{, name\optional{, mode}}}
 Uuencode file \var{in_file} into file \var{out_file}.  The uuencoded
 file will have the header specifying \var{name} and \var{mode} as the
 defaults for the results of decoding the file. The default defaults
@@ -27,7 +27,7 @@ are taken from \var{in_file}, or \code{'-'} and \code{0666}
 respectively. 
 \end{funcdesc}
 
-\begin{funcdesc}{decode}{in_file\optional{, out_file, mode}}
+\begin{funcdesc}{decode}{in_file\optional{, out_file\optional{, mode}}}
 This call decodes uuencoded file \var{in_file} placing the result on
 file \var{out_file}. If \var{out_file} is a pathname the \var{mode} is
 also set. Defaults for \var{out_file} and \var{mode} are taken from
index e953628faab781bf56fff86ccf0daea59da67eb1..82621b9cf5e0bce8232eba2be409e882fa5402ab 100644 (file)
@@ -14,12 +14,12 @@ required, the mode is \code{'rb'} or \code{'wb'} on Windows or DOS.
 
 This code was contributed by Lance Ellinghouse, and modified by Jack
 Jansen.
+\index{Jansen, Jack}
+\index{Ellinghouse, Lance}
 
 The \module{uu} module defines the following functions:
 
-\setindexsubitem{(in module uu)}
-
-\begin{funcdesc}{encode}{in_file, out_file\optional{, name, mode}}
+\begin{funcdesc}{encode}{in_file, out_file\optional{, name\optional{, mode}}}
 Uuencode file \var{in_file} into file \var{out_file}.  The uuencoded
 file will have the header specifying \var{name} and \var{mode} as the
 defaults for the results of decoding the file. The default defaults
@@ -27,7 +27,7 @@ are taken from \var{in_file}, or \code{'-'} and \code{0666}
 respectively. 
 \end{funcdesc}
 
-\begin{funcdesc}{decode}{in_file\optional{, out_file, mode}}
+\begin{funcdesc}{decode}{in_file\optional{, out_file\optional{, mode}}}
 This call decodes uuencoded file \var{in_file} placing the result on
 file \var{out_file}. If \var{out_file} is a pathname the \var{mode} is
 also set. Defaults for \var{out_file} and \var{mode} are taken from