From 00a3a65cc024eb8ca96907f52b31dcb954f4d9b5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 22 Feb 1999 17:12:42 +0000 Subject: Refer to the right RFC in the intro. --- Doc/lib/libcfgparser.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index f3678ce..24abd1d 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -14,7 +14,7 @@ programs which can be customized by end users easily. The configuration file consists of sections, lead by a \samp{[section]} header and followed by \samp{name: value} entries, -with continuations in the style of \rfc{959}. The optional values +with continuations in the style of \rfc{822}. The optional values can contain format strings which refer to other values in the same section, or values in a special \code{DEFAULT} section. Additional defaults can be provided upon initialization and retrieval. -- cgit v0.12