From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 23 Jan 2011 02:39:55 +0000 (-0800)
Subject: docs/configuration.rst: fix a typo in the previous correction, and correct another... 
X-Git-Tag: allmydata-tahoe-1.8.2b1~2
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/using.html?a=commitdiff_plain;h=5299db9c04d96dc6d65e2278cb9aaf50311a431a;p=tahoe-lafs%2Ftahoe-lafs.git

docs/configuration.rst: fix a typo in the previous correction, and correct another error ('[storage]readonly_storage' should be '[storage]readonly').
---

diff --git a/docs/configuration.rst b/docs/configuration.rst
index 3d11f176..1bb2d333 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -574,9 +574,9 @@ is not (``tub.location`` is used verbatim).
 Example
 =======
 
-The following is a sample ``tahoe.cfg`` file, containing values for all keys
-described above. Note that this is not a recommended configuration (most of
-these are not the default values), merely a legal one.
+The following is a sample ``tahoe.cfg`` file, containing values for some of the
+keys described in the previous section. Note that this is not a recommended
+configuration (most of these are not the default values), merely a legal one.
 
 ::
 
@@ -599,9 +599,9 @@ these are not the default values), merely a legal one.
 
   [storage]
   enabled = True
-  readonly_storage = True
+  readonly = True
   sizelimit = 10000000000
 
 
   [helper]
-  enable = True
+  enabled = True