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 32465f4 commit 5fac2abCopy full SHA for 5fac2ab
1 file changed
Doc/lib/libpopen2.tex
@@ -2,13 +2,16 @@ \section{\module{popen2} ---
2
Subprocesses with accessible I/O streams}
3
4
\declaremodule{standard}{popen2}
5
- \platform{Unix, Windows}
+ \platform{Unix}
6
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
7
\sectionauthor{Drew Csillag}{[email protected]}
8
9
10
This module allows you to spawn processes and connect their
11
-input/output/error pipes and obtain their return codes.
+input/output/error pipes and obtain their return codes under \UNIX.
12
+Similar functionality exists for Windows platforms using the
13
+\module{win32pipe} module provided as part of Mark Hammond's Windows
14
+extensions.
15
16
The primary interface offered by this module is a pair of factory
17
functions:
0 commit comments