diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
commit | 295da24eafd9c3bb9326d62a1a2e822059698b2b (patch) | |
tree | 4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libpopen2.tex | |
parent | 62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff) | |
download | cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.zip cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.bz2 |
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libpopen2.tex')
-rw-r--r-- | Doc/lib/libpopen2.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index d36be01..30d6e04 100644 --- a/Doc/lib/libpopen2.tex +++ b/Doc/lib/libpopen2.tex @@ -2,9 +2,12 @@ % <drew_csillag@geocities.com>, with some re-organization by Fred L. % Drake, Jr. <fdrake@acm.org>. -\section{Standard Module \module{popen2}} +\section{\module{popen2} --- + Subprocesses with accessible standard I/O streams.} \declaremodule{standard}{popen2} +\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} + \modulesynopsis{Subprocesses with accessible standard I/O streams.} |