diff options
Diffstat (limited to 'Doc/lib/libal.tex')
-rw-r--r-- | Doc/lib/libal.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index b0e0169..39ad273 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -17,8 +17,8 @@ All functions and methods defined in this module are equivalent to the C functions with \samp{AL} prefixed to their name. Symbolic constants from the C header file \code{<audio.h>} are -defined in the standard module \module{AL}\refstmodindex{AL}, see -below. +defined in the standard module +\refmodule[al-constants]{AL}\refstmodindex{AL}, see below. \strong{Warning:} the current version of the audio library may dump core when bad argument values are passed rather than returning an error @@ -170,7 +170,7 @@ Get status information on last error. This module defines symbolic constants needed to use the built-in -module \module{al} (see above); they are equivalent to those defined +module \refmodule{al} (see above); they are equivalent to those defined 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: |