Fixed index module reference.

This commit is contained in:
Fred Drake 1997-12-16 04:08:24 +00:00
parent 90f2e5e202
commit 4f496cc5b1
10 changed files with 14 additions and 10 deletions

View File

@ -32,7 +32,7 @@ Python long integers when retrieved, because Python's plain integer
type can't represent the full range of C's unsigned (long) integers.
See also built-in module \code{struct}.
\bimodindex{struct}
\refbimodindex{struct}
The module defines the following function:

View File

@ -10,7 +10,7 @@ Printing a dbm object doesn't print the keys and values, and the
See also the \code{gdbm} module, which provides a similar interface
using the GNU GDBM library.
\bimodindex{gdbm}
\refbimodindex{gdbm}
The module defines the following constant and functions:

View File

@ -5,7 +5,7 @@
This module is quite similar to the \code{dbm} module, but uses \code{gdbm}
instead to provide some additional functionality. Please note that
the file formats created by \code{gdbm} and \code{dbm} are incompatible.
\bimodindex{dbm}
\refbimodindex{dbm}
The \code{gdbm} module provides an interface to the GNU DBM
library. \code{gdbm} objects behave like mappings

View File

@ -9,7 +9,7 @@ structs represented as Python strings. It uses \dfn{format strings}
structs and the intended conversion to/from Python values.
See also built-in module \code{array}.
\bimodindex{array}
\refbimodindex{array}
The module defines the following exception and functions:

View File

@ -105,7 +105,9 @@ There is a companion module, \code{SUNAUDIODEV}, which defines useful
symbolic constants like \code{MIN_GAIN}, \code{MAX_GAIN},
\code{SPEAKER}, etc. The names of
the constants are the same names as used in the C include file
\file{<sun/audioio.h>}, with the leading string \samp{AUDIO_} stripped.
\file{<sun/audioio.h>}, with the leading string \samp{AUDIO_}
stripped.
\refstmodindex{SUNAUDIODEV}
Useability of the control device is limited at the moment, since there
is no way to use the ``wait for something to happen'' feature the

View File

@ -32,7 +32,7 @@ Python long integers when retrieved, because Python's plain integer
type can't represent the full range of C's unsigned (long) integers.
See also built-in module \code{struct}.
\bimodindex{struct}
\refbimodindex{struct}
The module defines the following function:

View File

@ -10,7 +10,7 @@ Printing a dbm object doesn't print the keys and values, and the
See also the \code{gdbm} module, which provides a similar interface
using the GNU GDBM library.
\bimodindex{gdbm}
\refbimodindex{gdbm}
The module defines the following constant and functions:

View File

@ -5,7 +5,7 @@
This module is quite similar to the \code{dbm} module, but uses \code{gdbm}
instead to provide some additional functionality. Please note that
the file formats created by \code{gdbm} and \code{dbm} are incompatible.
\bimodindex{dbm}
\refbimodindex{dbm}
The \code{gdbm} module provides an interface to the GNU DBM
library. \code{gdbm} objects behave like mappings

View File

@ -9,7 +9,7 @@ structs represented as Python strings. It uses \dfn{format strings}
structs and the intended conversion to/from Python values.
See also built-in module \code{array}.
\bimodindex{array}
\refbimodindex{array}
The module defines the following exception and functions:

View File

@ -105,7 +105,9 @@ There is a companion module, \code{SUNAUDIODEV}, which defines useful
symbolic constants like \code{MIN_GAIN}, \code{MAX_GAIN},
\code{SPEAKER}, etc. The names of
the constants are the same names as used in the C include file
\file{<sun/audioio.h>}, with the leading string \samp{AUDIO_} stripped.
\file{<sun/audioio.h>}, with the leading string \samp{AUDIO_}
stripped.
\refstmodindex{SUNAUDIODEV}
Useability of the control device is limited at the moment, since there
is no way to use the ``wait for something to happen'' feature the