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 df53063..1e51cd6 100644
--- a/Doc/lib/libsocksvr.tex
+++ b/Doc/lib/libsocksvr.tex
@@ -96,7 +96,7 @@
 
 \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}