summaryrefslogtreecommitdiffstats
path: root/Doc
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
parent6862b46b703f90523742f1f93902ead9464d90af (diff)
downloadcpython-a809064166ed005f66e5d701a8088a90b787e657.zip
cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.gz
cpython-a809064166ed005f66e5d701a8088a90b787e657.tar.bz2
Consistency: "Unix" ==> "\UNIX{}"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsocksvr.tex4
-rw-r--r--Doc/lib/libstdwin.tex2
-rw-r--r--Doc/lib/libwww.tex4
-rw-r--r--Doc/libsocksvr.tex4
-rw-r--r--Doc/libstdwin.tex2
-rw-r--r--Doc/libwww.tex4
6 files changed, 10 insertions, 10 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}.
diff --git a/Doc/lib/libstdwin.tex b/Doc/lib/libstdwin.tex
index 514252f..91dc1af 100644
--- a/Doc/lib/libstdwin.tex
+++ b/Doc/lib/libstdwin.tex
@@ -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.
diff --git a/Doc/lib/libwww.tex b/Doc/lib/libwww.tex
index f341ea7..8cfc09d 100644
--- a/Doc/lib/libwww.tex
+++ b/Doc/lib/libwww.tex
@@ -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}
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}.
diff --git a/Doc/libstdwin.tex b/Doc/libstdwin.tex
index 514252f..91dc1af 100644
--- a/Doc/libstdwin.tex
+++ b/Doc/libstdwin.tex
@@ -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.
diff --git a/Doc/libwww.tex b/Doc/libwww.tex
index f341ea7..8cfc09d 100644
--- a/Doc/libwww.tex
+++ b/Doc/libwww.tex
@@ -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}