From 58de695f9062576f74d3713e8dcb66e8b8a48a09 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 2 Jan 2008 06:59:15 +0000 Subject: r15787@tombo: nickm | 2008-01-02 01:59:07 -0500 Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021 --- doc/tor.1.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tor.1.in b/doc/tor.1.in index 16dab5528b..3860d7e881 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -53,8 +53,9 @@ Display Tor version. .LP .TP Other options can be specified either on the command-line (\fI--option -value\fR), or in the configuration file (\fIoption value\fR). -Options are case-insensitive. +value\fR), or in the configuration file (\fIoption value\fR or +\fIoption "value"\fR). Options are case-insensitive. C-style escaped +characters are allowed inside quoted values. .LP .TP \fBBandwidthRate \fR\fIN\fR \fBbytes\fR|\fBKB\fR|\fBMB\fR|\fBGB\fR|\fBTB\fP -- cgit v1.2.3-54-g00ecf