From eeec26b727a98c54e2a193659f09698efbe3f693 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 16 Oct 2007 03:56:30 +0000 Subject: [PATCH] clean up some old syntax errors in the man page svn:r11972 --- doc/tor.1.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tor.1.in b/doc/tor.1.in index b3d2cc883e..d98d59c587 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -102,8 +102,8 @@ Windows since that platform lacks getrlimit(). (Default: 1000) .LP .TP \fBConstrainedSockets \fR\fB0\fR|\fB1\fR\fP -If set, Tor will tell the kernel to attempt to shrink the buffers for all -sockets to the size specified in \fBConstrainedSockSize\fP. This is useful +If set, Tor will tell the kernel to attempt to shrink the buffers for all +sockets to the size specified in \fBConstrainedSockSize\fP. This is useful for virtual servers and other environments where system level TCP buffers may be limited. If you're on a virtual server, and you encounter the "Error creating network @@ -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)