diff options
| author | Fred Drake <fdrake@acm.org> | 1999-03-12 16:24:22 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-03-12 16:24:22 +0000 |
| commit | a16004ef33323601a9df0df549ada254318a8a10 (patch) | |
| tree | 8bdfd811f4d46139b7fd2ac84f3b471ecd14826e | |
| parent | 61144f5b35c3aae91ebd3587eaa9f926b6590d80 (diff) | |
| download | cpython-a16004ef33323601a9df0df549ada254318a8a10.tar.gz | |
Fixup the module keys. There were some problems with hosting / processing
file HTML files on Windows machines do to case insensitivity.
| -rw-r--r-- | Doc/lib/libal.tex | 8 | ||||
| -rw-r--r-- | Doc/lib/libfl.tex | 2 | ||||
| -rw-r--r-- | Doc/lib/libgl.tex | 2 | ||||
| -rw-r--r-- | Doc/lib/libpopen2.tex | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/Doc/lib/libal.tex b/Doc/lib/libal.tex index 1936601bad..b0e01692fa 100644 --- a/Doc/lib/libal.tex +++ b/Doc/lib/libal.tex @@ -60,8 +60,7 @@ list such as returned by \function{queryparams()}. \end{funcdesc} -\subsection{Configuration Objects} -\label{al-config-objects} +\subsection{Configuration Objects \label{al-config-objects}} Configuration objects (returned by \function{newconfig()} have the following methods: @@ -107,8 +106,7 @@ Set the maximum value for floating sample formats. \end{methoddesc} -\subsection{Port Objects} -\label{al-port-objects} +\subsection{Port Objects \label{al-port-objects}} Port objects, as returned by \function{openport()}, have the following methods: @@ -166,7 +164,7 @@ Get status information on last error. \section{\module{AL} --- Constants used with the \module{al} module} -\declaremodule{standard}{AL} +\declaremodule[al-constants]{standard}{AL} \platform{IRIX} \modulesynopsis{Constants used with the \module{al} module.} diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex index ef9d84114c..127e3970e0 100644 --- a/Doc/lib/libfl.tex +++ b/Doc/lib/libfl.tex @@ -470,7 +470,7 @@ FORMS objects have these data attributes; see the FORMS documentation: \section{\module{FL} --- Constants used with the \module{fl} module} -\declaremodule{standard}{FL} +\declaremodule[fl-constants]{standard}{FL} \platform{IRIX} \modulesynopsis{Constants used with the \module{fl} module.} diff --git a/Doc/lib/libgl.tex b/Doc/lib/libgl.tex index b9fbc2d561..0c0f57853a 100644 --- a/Doc/lib/libgl.tex +++ b/Doc/lib/libgl.tex @@ -204,7 +204,7 @@ Read the module source file for details. \section{\module{GL} --- Constants used with the \module{gl} module} -\declaremodule{standard}{GL} +\declaremodule[gl-constants]{standard}{GL} \platform{IRIX} \modulesynopsis{Constants used with the \module{gl} module.} diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 6610676e18..d2cc0fdf4d 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -1,7 +1,7 @@ \section{\module{popen2} --- Subprocesses with accessible standard I/O streams} -\declaremodule[popentwo]{standard}{popen2} +\declaremodule{standard}{popen2} \platform{Unix} \modulesynopsis{Subprocesses with accessible standard I/O streams.} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com} |
