diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/lib/libal.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/lib/libal.tex')
-rw-r--r-- | Doc/lib/libal.tex | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index e1b1e6f..1936601 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -1,7 +1,8 @@ \section{\module{al} --- - Audio functions on the SGI.} -\declaremodule{builtin}{al} + Audio functions on the SGI} +\declaremodule{builtin}{al} + \platform{IRIX} \modulesynopsis{Audio functions on the SGI.} @@ -13,9 +14,9 @@ releases before 4.0.5. Again, see the manual to check whether a specific function is available on your platform. All functions and methods defined in this module are equivalent to -the \C{} functions with \samp{AL} prefixed to their name. +the C functions with \samp{AL} prefixed to their name. -Symbolic constants from the \C{} header file \code{<audio.h>} are +Symbolic constants from the C header file \code{<audio.h>} are defined in the standard module \module{AL}\refstmodindex{AL}, see below. @@ -163,15 +164,16 @@ Get status information on last error. \section{\module{AL} --- - Constants used with the \module{al} module.} -\declaremodule{standard}{AL} + Constants used with the \module{al} module} +\declaremodule{standard}{AL} + \platform{IRIX} \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 -in the \C{} header file \code{<audio.h>} except that the name prefix +in the C header file \code{<audio.h>} except that the name prefix \samp{AL_} is omitted. Read the module source for a complete list of the defined names. Suggested use: |