From 4f496cc5b15b933056947b740faec18491961126 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 16 Dec 1997 04:08:24 +0000 Subject: [PATCH] Fixed index module reference. --- Doc/lib/libarray.tex | 2 +- Doc/lib/libdbm.tex | 2 +- Doc/lib/libgdbm.tex | 2 +- Doc/lib/libstruct.tex | 2 +- Doc/lib/libsun.tex | 4 +++- Doc/libarray.tex | 2 +- Doc/libdbm.tex | 2 +- Doc/libgdbm.tex | 2 +- Doc/libstruct.tex | 2 +- Doc/libsun.tex | 4 +++- 10 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 145bb4f702..3150f71a10 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -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: diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex index 977e05c829..551a153dd7 100644 --- a/Doc/lib/libdbm.tex +++ b/Doc/lib/libdbm.tex @@ -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: diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex index d82d655ca7..ea655a3e21 100644 --- a/Doc/lib/libgdbm.tex +++ b/Doc/lib/libgdbm.tex @@ -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 diff --git a/Doc/lib/libstruct.tex b/Doc/lib/libstruct.tex index af2e6d2837..19f674c99b 100644 --- a/Doc/lib/libstruct.tex +++ b/Doc/lib/libstruct.tex @@ -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: diff --git a/Doc/lib/libsun.tex b/Doc/lib/libsun.tex index 909c14dc95..a579872a7b 100644 --- a/Doc/lib/libsun.tex +++ b/Doc/lib/libsun.tex @@ -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{}, with the leading string \samp{AUDIO_} stripped. +\file{}, 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 diff --git a/Doc/libarray.tex b/Doc/libarray.tex index 145bb4f702..3150f71a10 100644 --- a/Doc/libarray.tex +++ b/Doc/libarray.tex @@ -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: diff --git a/Doc/libdbm.tex b/Doc/libdbm.tex index 977e05c829..551a153dd7 100644 --- a/Doc/libdbm.tex +++ b/Doc/libdbm.tex @@ -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: diff --git a/Doc/libgdbm.tex b/Doc/libgdbm.tex index d82d655ca7..ea655a3e21 100644 --- a/Doc/libgdbm.tex +++ b/Doc/libgdbm.tex @@ -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 diff --git a/Doc/libstruct.tex b/Doc/libstruct.tex index af2e6d2837..19f674c99b 100644 --- a/Doc/libstruct.tex +++ b/Doc/libstruct.tex @@ -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: diff --git a/Doc/libsun.tex b/Doc/libsun.tex index 909c14dc95..a579872a7b 100644 --- a/Doc/libsun.tex +++ b/Doc/libsun.tex @@ -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{}, with the leading string \samp{AUDIO_} stripped. +\file{}, 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 -- 2.40.0