From 7ad09552d09279e48d286cb7a96eea79217746cd Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 25 Aug 2002 16:27:33 +0000 Subject: [PATCH] Correct documentation of allow_reuse_address to match the actual script. Closes SF bug 599681. --- Doc/lib/libsocksvr.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex index df53063d2b..1e51cd6a1d 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} -- 2.50.0