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

Skip to content

Commit 5fac2ab

Browse files
committed
Fix availability clause; mention availability of similar functionality
for Windows using win32pipe.
1 parent 32465f4 commit 5fac2ab

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/lib/libpopen2.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ \section{\module{popen2} ---
22
Subprocesses with accessible I/O streams}
33

44
\declaremodule{standard}{popen2}
5-
\platform{Unix, Windows}
5+
\platform{Unix}
66
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
77
\sectionauthor{Drew Csillag}{[email protected]}
88

99

1010
This module allows you to spawn processes and connect their
11-
input/output/error pipes and obtain their return codes.
11+
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.
1215

1316
The primary interface offered by this module is a pair of factory
1417
functions:

0 commit comments

Comments
 (0)