]> granicus.if.org Git - python/commitdiff
Fixed index module reference.
authorFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 04:08:24 +0000 (04:08 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 04:08:24 +0000 (04:08 +0000)
Doc/lib/libarray.tex
Doc/lib/libdbm.tex
Doc/lib/libgdbm.tex
Doc/lib/libstruct.tex
Doc/lib/libsun.tex
Doc/libarray.tex
Doc/libdbm.tex
Doc/libgdbm.tex
Doc/libstruct.tex
Doc/libsun.tex

index 145bb4f702b2ce1444d17117f3e59fc603f7cbfd..3150f71a10ac60cf6ef6f4fcc9bd23fbf2acf125 100644 (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:
 
index 977e05c8293ff895257dbc2897d42b02720d0a6e..551a153dd7de1f80d17c7c8d3330fdefe2c91598 100644 (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:
 
index d82d655ca72b6957a5f1843658e1b9ee09225475..ea655a3e21ff3a4d2c21b5e7bed2c99aca6d760b 100644 (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
index af2e6d2837ebc4c1e9632567739d72caec9eb443..19f674c99b73986c4f3c9552fde6b367b849549b 100644 (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:
 
index 909c14dc955d92ef04411991951252c02c5f5c06..a579872a7bdcec960dcf5fb956b558343189e813 100644 (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
index 145bb4f702b2ce1444d17117f3e59fc603f7cbfd..3150f71a10ac60cf6ef6f4fcc9bd23fbf2acf125 100644 (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:
 
index 977e05c8293ff895257dbc2897d42b02720d0a6e..551a153dd7de1f80d17c7c8d3330fdefe2c91598 100644 (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:
 
index d82d655ca72b6957a5f1843658e1b9ee09225475..ea655a3e21ff3a4d2c21b5e7bed2c99aca6d760b 100644 (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
index af2e6d2837ebc4c1e9632567739d72caec9eb443..19f674c99b73986c4f3c9552fde6b367b849549b 100644 (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:
 
index 909c14dc955d92ef04411991951252c02c5f5c06..a579872a7bdcec960dcf5fb956b558343189e813 100644 (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