diff options
-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})}. |