summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-08-09 14:12:05 (GMT)
committerFred Drake <fdrake@acm.org>2004-08-09 14:12:05 (GMT)
commit151df0794d42d40abff38efb32d4d3c91e7deacf (patch)
tree43a8a5301322dab91f6231bca3979ce1b2a239ca
parent830d8b8b80064ee2ead4e41037960c6aa8cc1c5e (diff)
downloadcpython-151df0794d42d40abff38efb32d4d3c91e7deacf.zip
cpython-151df0794d42d40abff38efb32d4d3c91e7deacf.tar.gz
cpython-151df0794d42d40abff38efb32d4d3c91e7deacf.tar.bz2
- make a module reference a hyperlink
- wrap a long line
-rw-r--r--Doc/lib/libpopen2.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex
index 35faff6..70a68c2 100644
--- a/Doc/lib/libpopen2.tex
+++ b/Doc/lib/libpopen2.tex
@@ -30,8 +30,9 @@ by using the \method{poll()} or \method{wait()} methods on the
\UNIX. This information is not available when using the
\function{popen2()}, \function{popen3()}, and \function{popen4()}
functions, or the equivalent functions in the \refmodule{os} module.
-(Note that the tuples returned by the \module{os} module's functions
-are in a different order from the ones returned by the \module{popen2} module.)
+(Note that the tuples returned by the \refmodule{os} module's functions
+are in a different order from the ones returned by the \module{popen2}
+module.)
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
Executes \var{cmd} as a sub-process. Returns the file objects