]> granicus.if.org Git - python/commitdiff
Consistency: "Unix" ==> "\UNIX{}"
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:10:02 +0000 (19:10 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 19:10:02 +0000 (19:10 +0000)
Doc/lib/libsocksvr.tex
Doc/lib/libstdwin.tex
Doc/lib/libwww.tex
Doc/libsocksvr.tex
Doc/libstdwin.tex
Doc/libwww.tex

index 0cee0903534e43a51a9b5fbdb6dd5a714b53003a..98ffec66fbffaa4993d36eb034dae66f4d064395 100644 (file)
@@ -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}.
 
index 514252f44260b262f099118bd7bd68667e325d82..91dc1af107ae9ccd1007b7f93af6f53d32844edc 100644 (file)
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
 This module defines several new object types and functions that
 provide access to the functionality of STDWIN.
 
-On Unix running X11, it can only be used if the \code{DISPLAY}
+On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
 environment variable is set or an explicit \samp{-display
 \var{displayname}} argument is passed to the Python interpreter.
 
index f341ea75ff968fbe700dac10efb86b21efb436b3..8cfc09d31e8db9b2db89d9143514eb1f026efdf5 100644 (file)
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
 World-Wide Web (WWW) clients and/or services, and a few modules
 related to news and email.  They are all implemented in Python.  Some
 of these modules require the presence of the system-dependent module
-\code{sockets}, which is currently only fully supported on Unix and
-Windows NT.  Here is an overview:
+\code{sockets}\refbimodindex{socket}, which is currently only fully
+supported on \UNIX{} and Windows NT.  Here is an overview:
 
 \begin{description}
 
index 0cee0903534e43a51a9b5fbdb6dd5a714b53003a..98ffec66fbffaa4993d36eb034dae66f4d064395 100644 (file)
@@ -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}.
 
index 514252f44260b262f099118bd7bd68667e325d82..91dc1af107ae9ccd1007b7f93af6f53d32844edc 100644 (file)
@@ -20,7 +20,7 @@ native toolkit interfaces for the Macintosh.
 This module defines several new object types and functions that
 provide access to the functionality of STDWIN.
 
-On Unix running X11, it can only be used if the \code{DISPLAY}
+On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
 environment variable is set or an explicit \samp{-display
 \var{displayname}} argument is passed to the Python interpreter.
 
index f341ea75ff968fbe700dac10efb86b21efb436b3..8cfc09d31e8db9b2db89d9143514eb1f026efdf5 100644 (file)
@@ -8,8 +8,8 @@ The modules described in this chapter provide various services to
 World-Wide Web (WWW) clients and/or services, and a few modules
 related to news and email.  They are all implemented in Python.  Some
 of these modules require the presence of the system-dependent module
-\code{sockets}, which is currently only fully supported on Unix and
-Windows NT.  Here is an overview:
+\code{sockets}\refbimodindex{socket}, which is currently only fully
+supported on \UNIX{} and Windows NT.  Here is an overview:
 
 \begin{description}