diff options
Diffstat (limited to 'Doc/lib/libsun.tex')
-rw-r--r-- | Doc/lib/libsun.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsun.tex b/Doc/lib/libsun.tex index a579872..f6d9994 100644 --- a/Doc/lib/libsun.tex +++ b/Doc/lib/libsun.tex @@ -14,7 +14,7 @@ description can be gotten with \samp{man audio}. The module defines the following variables and functions: -\renewcommand{\indexsubitem}{(in module sunaudiodev)} +\setindexsubitem{(in module sunaudiodev)} \begin{excdesc}{error} This exception is raised on all errors. The argument is a string describing what went wrong. @@ -36,7 +36,7 @@ The audio device objects are returned by \code{open} define the following methods (except \code{control} objects which only provide getinfo, setinfo and drain): -\renewcommand{\indexsubitem}{(audio device method)} +\setindexsubitem{(audio device method)} \begin{funcdesc}{close}{} This method explicitly closes the device. It is useful in situations |