diff options
author | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-03-02 16:37:17 (GMT) |
commit | f6863c19091ca23ef69db31aa033b5802c2be871 (patch) | |
tree | 016349280cb7a4f3d5ba55e74ab58649abb27275 /Doc/lib/libpopen2.tex | |
parent | 46a9438c43ae28db0433e5b65352f6b13a5afe63 (diff) | |
download | cpython-f6863c19091ca23ef69db31aa033b5802c2be871.zip cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.gz cpython-f6863c19091ca23ef69db31aa033b5802c2be871.tar.bz2 |
Added \platform annotations.
Diffstat (limited to 'Doc/lib/libpopen2.tex')
-rw-r--r-- | Doc/lib/libpopen2.tex | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index 4f735c8..2a87adb 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -1,14 +1,10 @@ -% This section was contributed by Drew Csillag -% <drew_csillag@geocities.com>, with some re-organization by Fred L. -% Drake, Jr. <fdrake@acm.org>. - \section{\module{popen2} --- - Subprocesses with accessible standard I/O streams.} -\declaremodule{standard}{popen2} - -\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} + Subprocesses with accessible standard I/O streams} +\declaremodule[popentwo]{standard}{popen2} + \platform{UNIX} \modulesynopsis{Subprocesses with accessible standard I/O streams.} +\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} This module allows you to spawn processes and connect their |