diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-20 21:02:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-20 21:02:02 +0000 |
commit | 2e1e919d65e4ffa5f93982d776706ba2533ccdb1 (patch) | |
tree | db8d101162f4bf3dd3a3d7d7cc1b7bc0f01c889a /doc/tor.1.in | |
parent | c2a4888a428d0e70c4e8acf48e3fc6e06c56335d (diff) | |
download | tor-2e1e919d65e4ffa5f93982d776706ba2533ccdb1.tar.gz tor-2e1e919d65e4ffa5f93982d776706ba2533ccdb1.zip |
r11657@Kushana: nickm | 2006-12-20 15:11:19 -0500
Fixes to check-docs script; add some docs; mark some options as deprecated in the online docs.
svn:r9163
Diffstat (limited to 'doc/tor.1.in')
-rw-r--r-- | doc/tor.1.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index acdf008e60..4163a69ec5 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -140,7 +140,7 @@ script to enumerate Tor nodes that exit to certain addresses. .LP .TP \fBGroup \fR\fIGID\fP -On startup, setgid to this user. +On startup, setgid to this group. .LP .TP \fBHttpProxy\fR \fIhost\fR[:\fIport\fR]\fP @@ -231,6 +231,18 @@ On startup, setuid to this user. \fBHardwareAccel \fR\fB0\fR|\fB1\fP If non-zero, try to use crypto hardware acceleration when available. This is untested and probably buggy. (Default: 0) +.LP +.TP +\fBAvoidDiskWrites \fR\fB0|\fR\fB1\fP +If non-zero, try to write to disk less frequently than we would otherwise. +This is useful when running on flash memory or other media that support only +a limited number of writes. (Default: 0) +.LP +.TP +\fBTunnelDirConns \fR\fB0|\fR\fB1\fP +If non-zero, try to have all directory info downloaded with encrypted +connections. (Default: 1) + .SH CLIENT OPTIONS .PP |