diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-28 22:09:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-28 22:09:57 +0000 |
commit | dfa23061a7636b9db5d57ad6552218d549aa24bc (patch) | |
tree | c6f43f5ba312cde0b57e741152f276122eefb3b2 /doc/tor.1.in | |
parent | 0d0ce4b1efccdaa4ea9286e25e9998ff98ccf9d2 (diff) | |
download | tor-dfa23061a7636b9db5d57ad6552218d549aa24bc.tar.gz tor-dfa23061a7636b9db5d57ad6552218d549aa24bc.zip |
fix the man page: hardwareaccel is off by default.
svn:r5876
Diffstat (limited to 'doc/tor.1.in')
-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 15cff919a8..e5eeafe055 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -192,7 +192,7 @@ On startup, setuid to this user. .TP \fBHardwareAccel \fR\fI0|1\fP If non-zero, try to use crypto hardware acceleration when -available. (Default: 1. ) +available. (Default: 0) .SH CLIENT OPTIONS .PP |