From: Raymond Hettinger Date: Sun, 25 Aug 2002 16:31:27 +0000 (+0000) Subject: Correct documentation of allow_reuse_address to match the actual script. X-Git-Tag: v2.2.2b1~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24aba91f599115b8fae65dd7bd42999bc64d3ef4;p=thirdparty%2FPython%2Fcpython.git Correct documentation of allow_reuse_address to match the actual script. Closes SF bug 599681. --- diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex index df53063d2ba8..1e51cd6a1d35 100644 --- a/Doc/lib/libsocksvr.tex +++ b/Doc/lib/libsocksvr.tex @@ -96,7 +96,7 @@ The server classes support the following class variables: \begin{datadesc}{allow_reuse_address} Whether the server will allow the reuse of an address. This defaults -to true, and can be set in subclasses to change the policy. +to \code{False}, and can be set in subclasses to change the policy. \end{datadesc} \begin{datadesc}{request_queue_size}