summaryrefslogtreecommitdiffstats
path: root/Doc/libsocksvr.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-13 19:10:02 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-13 19:10:02 (GMT)
commita809064166ed005f66e5d701a8088a90b787e657 (patch)
tree9c63e8c6203847ef5bb47eaed1c9cf9b5696c5eb /Doc/libsocksvr.tex
parent6862b46b703f90523742f1f93902ead9464d90af (diff)
downloadcpython-a809064166ed005f66e5d701a8088a90b787e657.zip
cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.gz
cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.bz2
Consistency: "Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc/libsocksvr.tex')
-rw-r--r--Doc/libsocksvr.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libsocksvr.tex b/Doc/libsocksvr.tex
index 0cee090..98ffec6 100644
--- a/Doc/libsocksvr.tex
+++ b/Doc/libsocksvr.tex
@@ -11,8 +11,8 @@ between the client and server. \code{UDPServer} uses datagrams, which
are discrete packets of information that may arrive out of order or be
lost while in transit. The more infrequently used
\code{UnixStreamServer} and \code{UnixDatagramServer} classes are
-similar, but use Unix domain sockets; they're not available on
-non-Unix platforms. For more details on network programming, consult
+similar, but use \UNIX{} domain sockets; they're not available on
+non-\UNIX{} platforms. For more details on network programming, consult
a book such as W. Richard Steven's \emph{UNIX Network Programming}
or Ralph Davis's \emph{Win32 Network Programming}.