From: Fred Drake Date: Tue, 12 Jan 1999 19:22:11 +0000 (+0000) Subject: Added \modulesynopsis. X-Git-Tag: v1.5.2b2~376 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39cddb74398662303ecdbd908cc8a0c6138bd858;p=thirdparty%2FPython%2Fcpython.git Added \modulesynopsis. --- diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 479144a4f0c3..66e6f4e20a2a 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -1,9 +1,11 @@ % Module and documentation by Eric S. Raymond, 21 Dec 1998 \section{\module{netrc} --- - \file{.netrc} processing} + netrc file processing} \declaremodule{standard}{netrc} +% Note the \protect needed for \file... ;-( +\modulesynopsis{Loading of \protect\file{.netrc} files.} \moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex index 0bba5e3459dc..326edcd4ad8c 100644 --- a/Doc/lib/libshlex.tex +++ b/Doc/lib/libshlex.tex @@ -1,9 +1,10 @@ % Module and documentation by Eric S. Raymond, 21 Dec 1998 \section{\module{shlex} --- - Simple lexical analysis} + Simple lexical analysis.} \declaremodule{standard}{shlex} +\modulesynopsis{Simple lexical analysis for \UNIX{} shell-like languages.} \moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}