diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-12 19:22:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-12 19:22:11 (GMT) |
commit | 39cddb74398662303ecdbd908cc8a0c6138bd858 (patch) | |
tree | c901d0fb0cfe4b7e82e27d58ced7ba2079198ed0 /Doc/lib/libnetrc.tex | |
parent | 03dd3efd5a702eccf31df953df17094d83381187 (diff) | |
download | cpython-39cddb74398662303ecdbd908cc8a0c6138bd858.zip cpython-39cddb74398662303ecdbd908cc8a0c6138bd858.tar.gz cpython-39cddb74398662303ecdbd908cc8a0c6138bd858.tar.bz2 |
Added \modulesynopsis.
Diffstat (limited to 'Doc/lib/libnetrc.tex')
-rw-r--r-- | Doc/lib/libnetrc.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 479144a..66e6f4e 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} |