clean up some old syntax errors in the man page

svn:r11972
This commit is contained in:
Roger Dingledine 2007-10-16 03:56:30 +00:00
parent ece556f600
commit eeec26b727

View File

@ -326,19 +326,19 @@ 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
\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
\fBTunnelDirConns \fR\fB0\fR|\fB1\fP
If non-zero, when a directory server we contact supports it, we will
build a one-hop circuit and make an encrypted connection via its
ORPort. (Default: 0)
.LP
.TP
\fBPreferTunneledDirConns \fR\fB0|\fR\fB1\fP
\fBPreferTunneledDirConns \fR\fB0\fR|\fB1\fP
If non-zero, we will avoid directory servers that don't support tunneled
directory connections, when possible. (Default: 0)