New section header style.

Fix up a few synopses.
This commit is contained in:
Fred Drake 1998-08-10 19:42:37 +00:00
parent 62e436955b
commit 295da24eaf
126 changed files with 364 additions and 209 deletions

View file

@ -1,8 +1,9 @@
\section{Standard Module \module{cgi}}
\section{\module{cgi} ---
Common Gateway Interface support.}
\declaremodule{standard}{cgi}
\modulesynopsis{Common Gateway Interface, used to interpret forms in server-side
scripts.}
\modulesynopsis{Common Gateway Interface support, used to interpret
forms in server-side scripts.}
\indexii{WWW}{server}
\indexii{CGI}{protocol}