Refer to the right RFC in the intro.

This commit is contained in:
Fred Drake 1999-02-22 17:12:42 +00:00
parent 360eb9f278
commit 00a3a65cc0

View file

@ -14,7 +14,7 @@ programs which can be customized by end users easily.
The configuration file consists of sections, lead by a The configuration file consists of sections, lead by a
\samp{[section]} header and followed by \samp{name: value} entries, \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 can contain format strings which refer to other values in the same
section, or values in a special \code{DEFAULT} section. Additional section, or values in a special \code{DEFAULT} section. Additional
defaults can be provided upon initialization and retrieval. defaults can be provided upon initialization and retrieval.