Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6f0da commit 3a5a02fCopy full SHA for 3a5a02f
1 file changed
Doc/lib/libpopen2.tex
@@ -23,7 +23,7 @@ \section{\module{popen2} ---
23
\code{(\var{child_stdout}, \var{child_stdin})}.
24
\end{funcdesc}
25
26
-\begin{funcdesc}{popen2}{cmd\optional{, bufsize}}
+\begin{funcdesc}{popen3}{cmd\optional{, bufsize}}
27
Executes \var{cmd} as a sub-process. If \var{bufsize} is specified,
28
it specifies the buffer size for the I/O pipes. Returns
29
\code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}.
0 commit comments