Remove obsolete \setindexsubitem macro,

Added index entries.

Markup nits.
This commit is contained in:
Fred Drake 1998-04-04 06:31:51 +00:00
parent b208f128b4
commit 61f45c7cb5
2 changed files with 8 additions and 8 deletions

View 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

View 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