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 830d8b8 commit 151df07Copy full SHA for 151df07
1 file changed
Doc/lib/libpopen2.tex
@@ -30,8 +30,9 @@ \section{\module{popen2} ---
30
\UNIX. This information is not available when using the
31
\function{popen2()}, \function{popen3()}, and \function{popen4()}
32
functions, or the equivalent functions in the \refmodule{os} module.
33
-(Note that the tuples returned by the \module{os} module's functions
34
-are in a different order from the ones returned by the \module{popen2} module.)
+(Note that the tuples returned by the \refmodule{os} module's functions
+are in a different order from the ones returned by the \module{popen2}
35
+module.)
36
37
\begin{funcdesc}{popen2}{cmd\optional{, bufsize\optional{, mode}}}
38
Executes \var{cmd} as a sub-process. Returns the file objects
0 commit comments