diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 21:23:22 (GMT) |
commit | ffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch) | |
tree | bda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libal.tex | |
parent | 7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff) | |
download | cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2 |
Make internal module references hyperlinks wherever it makes sense.
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: |