Second definition of popen2 should be popen3.

This commit is contained in:
Guido van Rossum 1998-08-13 01:27:01 +00:00
parent 9f6f0da084
commit 3a5a02f3da
1 changed files with 1 additions and 1 deletions

View 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})}.