diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-10 17:03:45 (GMT) |
commit | f8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch) | |
tree | f777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libcmd.tex | |
parent | 2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff) | |
download | cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2 |
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r-- | Doc/lib/libcmd.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex index 83e5ff8..37e08a2 100644 --- a/Doc/lib/libcmd.tex +++ b/Doc/lib/libcmd.tex @@ -1,10 +1,9 @@ \section{\module{cmd} --- - Build line-oriented command interpreters.} + Support for 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.} The \class{Cmd} class provides a simple framework for writing |