]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixup the module keys. There were some problems with hosting / processing
authorFred Drake <fdrake@acm.org>
Fri, 12 Mar 1999 16:24:22 +0000 (16:24 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Mar 1999 16:24:22 +0000 (16:24 +0000)
file HTML files on Windows machines do to case insensitivity.

Doc/lib/libal.tex
Doc/lib/libfl.tex
Doc/lib/libgl.tex
Doc/lib/libpopen2.tex

index 1936601badeedea7ae07e5f2af5f34f2dd3c5b9e..b0e01692fa02f1ae285b1830f9cd59e1c2e69e32 100644 (file)
@@ -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.}
 
index ef9d84114c45093d088a9516debb396c9ac9839b..127e3970e05272c399e8b0ca234663f090e58618 100644 (file)
@@ -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.}
 
index b9fbc2d56148a600218b7a653658946c54003bda..0c0f57853a1743a7211f316ee7664d24b2c42f7f 100644 (file)
@@ -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.}
 
index 6610676e18bac367d5c50ce5c2bb408937206004..d2cc0fdf4dbc0fa202da7f642597b14f35eb12eb 100644 (file)
@@ -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}