diff options
Diffstat (limited to 'Doc/lib/libal.tex')
-rw-r--r-- | Doc/lib/libal.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index ed675a9..8b9a8f8 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -1,6 +1,8 @@ \section{Built-in Module \module{al}} -\label{module-al} -\bimodindex{al} +\declaremodule{builtin}{al} + +\modulesynopsis{Audio functions on the SGI.} + This module provides access to the audio facilities of the SGI Indy and Indigo workstations. See section 3A of the IRIX man pages for @@ -160,8 +162,10 @@ Get status information on last error. \section{Standard Module \module{AL}} -\nodename{AL (uppercase)} -\stmodindex{AL} +\declaremodule{standard}{AL} + +\modulesynopsis{Constants used with the \module{al} module.} + This module defines symbolic constants needed to use the built-in module \module{al} (see above); they are equivalent to those defined |