]> granicus.if.org Git - python/commitdiff
Second definition of popen2 should be popen3.
authorGuido van Rossum <guido@python.org>
Thu, 13 Aug 1998 01:27:01 +0000 (01:27 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Aug 1998 01:27:01 +0000 (01:27 +0000)
Doc/lib/libpopen2.tex

index 30d6e04487f549316f1fa02892e92277bcfe7bd2..4f735c8f0d709f706829b32bc6aadc072473a033 100644 (file)
@@ -23,7 +23,7 @@ it specifies the buffer size for the I/O pipes.  Returns
 \code{(\var{child_stdout}, \var{child_stdin})}.
 \end{funcdesc}
 
-\begin{funcdesc}{popen2}{cmd\optional{, bufsize}}
+\begin{funcdesc}{popen3}{cmd\optional{, bufsize}}
 Executes \var{cmd} as a sub-process.  If \var{bufsize} is specified, 
 it specifies the buffer size for the I/O pipes.  Returns
 \code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}.