]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
docs/configuration.rst: fix a typo in the previous correction, and correct another...
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 23 Jan 2011 02:39:55 +0000 (18:39 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 23 Jan 2011 02:39:55 +0000 (18:39 -0800)
docs/configuration.rst

index 3d11f176ddb92372d4e181acb0a64ef88956906d..1bb2d3338c39da9acd09c14470b0226a910de947 100644 (file)
@@ -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