]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document multiline options in the manpage
authorSebastian Hahn <sebastian@torproject.org>
Fri, 10 Sep 2010 23:41:33 +0000 (01:41 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Fri, 10 Sep 2010 23:44:20 +0000 (01:44 +0200)
changes/torrc_continuation
doc/tor.1.txt

index f40e970c04451b9f13e36bedee17e2167f90bc6d..f63937e42a3f153c8418e0b6abc9173ae7484324 100644 (file)
@@ -2,4 +2,5 @@
     - Support line continuations in torrc.  If a line ends with a
       single backslash character, the newline is ignored, and the
       configuration value is treated as continuing on the next line.
+      Implements bug 1929.
 
index 3b7e30bdfbaddf9143888dce442c652739f31f3f..8c581c407cb0d8dc8052bae071efcc95617dd03c 100644 (file)
@@ -65,7 +65,10 @@ Other options can be specified either on the command-line (--option
     value), or in the configuration file (option value or option "value").
     Options are case-insensitive. C-style escaped characters are allowed inside
     quoted values.   Options on the command line take precedence over
-    options found in the configuration file.
+    options found in the configuration file, except indicated otherwise.  To
+    split one configuration entry into multiple lines, use a single \ before
+    the end of the line.  Comments can be used in such multiline entries, but
+    they must start at the beginning of a line.
 
 **BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
     A token bucket limits the average incoming bandwidth usage on this node to