Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a5a02f

Browse files
committed
Second definition of popen2 should be popen3.
1 parent 9f6f0da commit 3a5a02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libpopen2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ \section{\module{popen2} ---
2323
\code{(\var{child_stdout}, \var{child_stdin})}.
2424
\end{funcdesc}
2525

26-
\begin{funcdesc}{popen2}{cmd\optional{, bufsize}}
26+
\begin{funcdesc}{popen3}{cmd\optional{, bufsize}}
2727
Executes \var{cmd} as a sub-process. If \var{bufsize} is specified,
2828
it specifies the buffer size for the I/O pipes. Returns
2929
\code{(\var{child_stdout}, \var{child_stdin}, \var{child_stderr})}.

0 commit comments

Comments
 (0)