diff options
author | Guido van Rossum <guido@python.org> | 1998-08-13 01:27:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-13 01:27:01 (GMT) |
commit | 3a5a02f3daf49d5097e5bca4d84f99c4b024b054 (patch) | |
tree | 529f9554e9cb3cfd0268d7fd983a0be7aaaa7b6c /Doc/lib/libpopen2.tex | |
parent | 9f6f0da084789d36558ef1fcd4f19b1d7d6ea37e (diff) | |
download | cpython-3a5a02f3daf49d5097e5bca4d84f99c4b024b054.zip cpython-3a5a02f3daf49d5097e5bca4d84f99c4b024b054.tar.gz cpython-3a5a02f3daf49d5097e5bca4d84f99c4b024b054.tar.bz2 |
Second definition of popen2 should be popen3.
Diffstat (limited to 'Doc/lib/libpopen2.tex')
-rw-r--r-- | Doc/lib/libpopen2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 30d6e04..4f735c8 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -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})}. |