diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 19:10:02 (GMT) |
commit | a809064166ed005f66e5d701a8088a90b787e657 (patch) | |
tree | 9c63e8c6203847ef5bb47eaed1c9cf9b5696c5eb /Doc/lib/libsocksvr.tex | |
parent | 6862b46b703f90523742f1f93902ead9464d90af (diff) | |
download | cpython-a809064166ed005f66e5d701a8088a90b787e657.zip cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.gz cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.bz2 |
Consistency: "Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc/lib/libsocksvr.tex')
-rw-r--r-- | Doc/lib/libsocksvr.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsocksvr.tex b/Doc/lib/libsocksvr.tex index 0cee090..98ffec6 100644 --- a/Doc/lib/libsocksvr.tex +++ b/Doc/lib/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}. |