diff options
author | Roger Dingledine <arma@torproject.org> | 2007-09-23 05:28:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-09-23 05:28:39 +0000 |
commit | e313a8ad084561ceb6bdeec9034657605c496bfc (patch) | |
tree | 8084559983d5ad95ce9e3976c9059e2827cd8896 /doc | |
parent | 4034cff4ba99f6b6c991a32871461c7d157678d3 (diff) | |
download | tor-e313a8ad084561ceb6bdeec9034657605c496bfc.tar tor-e313a8ad084561ceb6bdeec9034657605c496bfc.tar.gz |
fix a syntax error in the man page
svn:r11589
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 78606859d..f00b7e524 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -175,7 +175,7 @@ If set, this option overrides the default location and file name for Tor's cookie file. (See CookieAuthentication above.) .LP .TP -\fBCookieAuthFileGroupReadable \fR\fB0\fR|\fB1\R|\fIGroupName\fP +\fBCookieAuthFileGroupReadable \fR\fB0\fR|\fB1\fR|\fIGroupName\fP If this option is set to 0, don't allow the filesystem group to read the cookie file. If the option is set to 1, make the cookie file readable by the default GID. [Making the file readable by other |