Browse Source

clean up some old syntax errors in the man page

svn:r11972
Roger Dingledine 18 years ago
parent
commit
eeec26b727
1 changed files with 5 additions and 5 deletions
  1. 5 5
      doc/tor.1.in

+ 5 - 5
doc/tor.1.in

@@ -102,8 +102,8 @@ Windows since that platform lacks getrlimit(). (Default: 1000)
 .LP
 .LP
 .TP
 .TP
 \fBConstrainedSockets \fR\fB0\fR|\fB1\fR\fP
 \fBConstrainedSockets \fR\fB0\fR|\fB1\fR\fP
-If set, Tor will tell the kernel to attempt to shrink the buffers for all 
+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 
+sockets to the size specified in \fBConstrainedSockSize\fP.  This is useful
 for virtual servers and other environments where system level TCP
 for virtual servers and other environments where system level TCP
 buffers may be limited.  If you're on a virtual server, and you
 buffers may be limited.  If you're on a virtual server, and you
 encounter the "Error creating network
 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)
 available. This is untested and probably buggy. (Default: 0)
 .LP
 .LP
 .TP
 .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.
 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
 This is useful when running on flash memory or other media that support only
 a limited number of writes.  (Default: 0)
 a limited number of writes.  (Default: 0)
 .LP
 .LP
 .TP
 .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
 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
 build a one-hop circuit and make an encrypted connection via its
 ORPort. (Default: 0)
 ORPort. (Default: 0)
 .LP
 .LP
 .TP
 .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
 If non-zero, we will avoid directory servers that don't support tunneled
 directory connections, when possible. (Default: 0)
 directory connections, when possible. (Default: 0)