diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libal.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
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 |