summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpopen2.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-12 16:24:22 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-12 16:24:22 (GMT)
commit93503ca57b839e4bd82acfbbe0340191060b4016 (patch)
treeda021762d5d4fe2f5e75c41c0d517416d31015bf /Doc/lib/libpopen2.tex
parentbe110c1706a8f4ea06f9dab1e5deb02f99a762b0 (diff)
downloadcpython-93503ca57b839e4bd82acfbbe0340191060b4016.zip
cpython-93503ca57b839e4bd82acfbbe0340191060b4016.tar.gz
cpython-93503ca57b839e4bd82acfbbe0340191060b4016.tar.bz2
Fixup the module keys. There were some problems with hosting / processing
file HTML files on Windows machines do to case insensitivity.
Diffstat (limited to 'Doc/lib/libpopen2.tex')
-rw-r--r--Doc/lib/libpopen2.tex2
1 files changed, 1 insertions, 1 deletions
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}