From 93503ca57b839e4bd82acfbbe0340191060b4016 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 12 Mar 1999 16:24:22 +0000 Subject: Fixup the module keys. There were some problems with hosting / processing file HTML files on Windows machines do to case insensitivity. --- Doc/lib/libal.tex | 8 +++----- Doc/lib/libfl.tex | 2 +- Doc/lib/libgl.tex | 2 +- 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 1936601..b0e0169 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 ef9d841..127e397 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 b9fbc2d..0c0f578 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 6610676..d2cc0fd 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} -- cgit v0.12