summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcmd.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 19:42:37 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-10 19:42:37 (GMT)
commit295da24eafd9c3bb9326d62a1a2e822059698b2b (patch)
tree4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libcmd.tex
parent62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff)
downloadcpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.zip
cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz
cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.bz2
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r--Doc/lib/libcmd.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex
index d5d6cf8..153d7a3 100644
--- a/Doc/lib/libcmd.tex
+++ b/Doc/lib/libcmd.tex
@@ -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