Refer to the right RFC in the intro.
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 @@
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.