summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsocksvr.tex2
1 files changed, 1 insertions, 1 deletions
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 @@ 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}