summaryrefslogtreecommitdiffstats
path: root/Doc/libsocksvr.tex
diff options
context:
space:
mode:
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}.