From c3a91376f372646e646f5d7181166314dcec9f5e Mon Sep 17 00:00:00 2001 From: tpltnt Date: Sat, 6 Jan 2018 15:12:16 +0100 Subject: [PATCH] added link to RFC 822 --- docs/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 089fbbd97..8abcb5d76 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -30,7 +30,7 @@ base directory. The main file is named "``tahoe.cfg``", and is an "`.INI`_"-style configuration file (parsed by the Python stdlib `ConfigParser`_ module: "``[name]``" section -markers, lines with "``key.subkey: value``", rfc822-style +markers, lines with "``key.subkey: value``", `RFC822-style`_ continuations). There are also other files containing information that does not easily fit into this format. The "``tahoe create-node``" or "``tahoe create-client``" command will create an initial ``tahoe.cfg`` file for @@ -67,6 +67,7 @@ The item descriptions below use the following types: .. _.INI: https://en.wikipedia.org/wiki/INI_file .. _ConfigParser: https://docs.python.org/2/library/configparser.html +.. _RFC822-style: https://www.ietf.org/rfc/rfc0822 .. _the Twisted strports documentation: https://twistedmatrix.com/documents/current/api/twisted.application.strports.html .. _the Twisted Endpoints documentation: http://twistedmatrix.com/documents/current/core/howto/endpoints.html#endpoint-types-included-with-twisted