Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a809064

Browse files
committed
Consistency: "Unix" ==> "\UNIX{}"
1 parent 6862b46 commit a809064

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/lib/libsocksvr.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ \section{Standard Module \sectcode{SocketServer}}
1111
are discrete packets of information that may arrive out of order or be
1212
lost while in transit. The more infrequently used
1313
\code{UnixStreamServer} and \code{UnixDatagramServer} classes are
14-
similar, but use Unix domain sockets; they're not available on
15-
non-Unix platforms. For more details on network programming, consult
14+
similar, but use \UNIX{} domain sockets; they're not available on
15+
non-\UNIX{} platforms. For more details on network programming, consult
1616
a book such as W. Richard Steven's \emph{UNIX Network Programming}
1717
or Ralph Davis's \emph{Win32 Network Programming}.
1818

Doc/lib/libstdwin.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ \section{Built-in Module \sectcode{stdwin}}
2020
This module defines several new object types and functions that
2121
provide access to the functionality of STDWIN.
2222

23-
On Unix running X11, it can only be used if the \code{DISPLAY}
23+
On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
2424
environment variable is set or an explicit \samp{-display
2525
\var{displayname}} argument is passed to the Python interpreter.
2626

Doc/lib/libwww.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ \chapter{Internet and WWW Services}
88
World-Wide Web (WWW) clients and/or services, and a few modules
99
related to news and email. They are all implemented in Python. Some
1010
of these modules require the presence of the system-dependent module
11-
\code{sockets}, which is currently only fully supported on Unix and
12-
Windows NT. Here is an overview:
11+
\code{sockets}\refbimodindex{socket}, which is currently only fully
12+
supported on \UNIX{} and Windows NT. Here is an overview:
1313

1414
\begin{description}
1515

Doc/libsocksvr.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ \section{Standard Module \sectcode{SocketServer}}
1111
are discrete packets of information that may arrive out of order or be
1212
lost while in transit. The more infrequently used
1313
\code{UnixStreamServer} and \code{UnixDatagramServer} classes are
14-
similar, but use Unix domain sockets; they're not available on
15-
non-Unix platforms. For more details on network programming, consult
14+
similar, but use \UNIX{} domain sockets; they're not available on
15+
non-\UNIX{} platforms. For more details on network programming, consult
1616
a book such as W. Richard Steven's \emph{UNIX Network Programming}
1717
or Ralph Davis's \emph{Win32 Network Programming}.
1818

Doc/libstdwin.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ \section{Built-in Module \sectcode{stdwin}}
2020
This module defines several new object types and functions that
2121
provide access to the functionality of STDWIN.
2222

23-
On Unix running X11, it can only be used if the \code{DISPLAY}
23+
On \UNIX{} running X11, it can only be used if the \code{DISPLAY}
2424
environment variable is set or an explicit \samp{-display
2525
\var{displayname}} argument is passed to the Python interpreter.
2626

Doc/libwww.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ \chapter{Internet and WWW Services}
88
World-Wide Web (WWW) clients and/or services, and a few modules
99
related to news and email. They are all implemented in Python. Some
1010
of these modules require the presence of the system-dependent module
11-
\code{sockets}, which is currently only fully supported on Unix and
12-
Windows NT. Here is an overview:
11+
\code{sockets}\refbimodindex{socket}, which is currently only fully
12+
supported on \UNIX{} and Windows NT. Here is an overview:
1313

1414
\begin{description}
1515

0 commit comments

Comments
 (0)