[tor-commits] [tor/master] Bug 22114: Fix wrong values in torrc_format.txt comments

nickm at torproject.org nickm at torproject.org
Mon May 1 17:53:11 UTC 2017


commit d6dd05f6d8171191cfc2ea331ef6e1a89318decf
Author: Georg Koppen <gk at torproject.org>
Date:   Mon May 1 17:44:07 2017 +0000

    Bug 22114: Fix wrong values in torrc_format.txt comments
---
 doc/torrc_format.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/torrc_format.txt b/doc/torrc_format.txt
index 7a80990..b175b9f 100644
--- a/doc/torrc_format.txt
+++ b/doc/torrc_format.txt
@@ -175,7 +175,7 @@ and\
 friends
 
 # Backslashes in the middle of a line are included as-is.  The key of
-# this one is "Too" and the value is "Many\\Backsl\ashes here" (with
+# this one is "Too" and the value is "Many\\Backsl\ashes \here" (with
 # backslashes in that last string as-is)
 Too \
 Many\\\
@@ -185,7 +185,7 @@ here
 # And here's the really yucky part. If a comment appears in a multi-line
 # entry, the entry is still able to continue on the next line, as in the
 # following, where the key is "This" and the value is
-# "entry   and some        are  silly"
+# "entry        and some        are  silly"
 This entry      \
  # has comments \
  and some       \



More information about the tor-commits mailing list