From 3a5a02f3daf49d5097e5bca4d84f99c4b024b054 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 13 Aug 1998 01:27:01 +0000 Subject: [PATCH] Second definition of popen2 should be popen3. --- Doc/lib/libpopen2.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 30d6e04487f..4f735c8f0d7 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})}.