diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-09-11 01:41:33 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-09-11 01:44:20 +0200 |
commit | 1dab6cf4cbb35e27dd1d13f7deeb3e25f7dfcd5c (patch) | |
tree | 70d57de9d51e5e00115fead17c25d2bafbd4f528 /changes | |
parent | a05ef55b66684d3355b213f8df366c23d0128eca (diff) | |
download | tor-1dab6cf4cbb35e27dd1d13f7deeb3e25f7dfcd5c.tar.gz tor-1dab6cf4cbb35e27dd1d13f7deeb3e25f7dfcd5c.zip |
Document multiline options in the manpage
Diffstat (limited to 'changes')
-rw-r--r-- | changes/torrc_continuation | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/torrc_continuation b/changes/torrc_continuation index f40e970c04..f63937e42a 100644 --- a/changes/torrc_continuation +++ b/changes/torrc_continuation @@ -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. |