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,9 +1,10 @@
% Documentation by ESR
\section{Standard Module \module{cmd}}
\section{\module{cmd} ---
Build line-oriented command interpreters.}
\declaremodule{standard}{cmd}
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
\modulesynopsis{Build line-oriented command interpreters; this is used by module
\module{pdb}.}
\modulesynopsis{Build line-oriented command interpreters; this is used
by module \module{pdb}.}
The \class{Cmd} class provides a simple framework for writing