summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-02 17:03:42 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-02 17:03:42 (GMT)
commita54a887f6638f25750cf2b9eff704225efa658b8 (patch)
treefb3d431bf65602ed029fffcfdc62d96b36a49e8a /Doc
parentf6863c19091ca23ef69db31aa033b5802c2be871 (diff)
downloadcpython-a54a887f6638f25750cf2b9eff704225efa658b8.zip
cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.gz
cpython-a54a887f6638f25750cf2b9eff704225efa658b8.tar.bz2
"\platform{UNIX}" should really be spelled "\platform{Unix}".
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcrypt.tex2
-rw-r--r--Doc/lib/libdbm.tex2
-rw-r--r--Doc/lib/libfcntl.tex2
-rw-r--r--Doc/lib/libgdbm.tex2
-rw-r--r--Doc/lib/libgrp.tex2
-rw-r--r--Doc/lib/libpopen2.tex2
-rw-r--r--Doc/lib/libposix.tex2
-rw-r--r--Doc/lib/libposixfile.tex2
-rw-r--r--Doc/lib/libpwd.tex2
-rw-r--r--Doc/lib/libresource.tex2
-rw-r--r--Doc/lib/libstat.tex2
-rw-r--r--Doc/lib/libsyslog.tex2
-rw-r--r--Doc/lib/libtermios.tex4
13 files changed, 14 insertions, 14 deletions
diff --git a/Doc/lib/libcrypt.tex b/Doc/lib/libcrypt.tex
index 8006f04..f9d1615 100644
--- a/Doc/lib/libcrypt.tex
+++ b/Doc/lib/libcrypt.tex
@@ -2,7 +2,7 @@
Function used to check \UNIX{} passwords}
\declaremodule{builtin}{crypt}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{}
passwords.}
\moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu}
diff --git a/Doc/lib/libdbm.tex b/Doc/lib/libdbm.tex
index 09ce0df..5516231 100644
--- a/Doc/lib/libdbm.tex
+++ b/Doc/lib/libdbm.tex
@@ -2,7 +2,7 @@
Simple ``database'' interface}
\declaremodule{builtin}{dbm}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The standard ``database'' interface, based on ndbm.}
diff --git a/Doc/lib/libfcntl.tex b/Doc/lib/libfcntl.tex
index 7003c63..37632be 100644
--- a/Doc/lib/libfcntl.tex
+++ b/Doc/lib/libfcntl.tex
@@ -3,7 +3,7 @@
The \function{fcntl()} and \function{ioctl()} system calls}
\declaremodule{builtin}{fcntl}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.}
\indexii{UNIX@\UNIX{}}{file control}
diff --git a/Doc/lib/libgdbm.tex b/Doc/lib/libgdbm.tex
index 585693c..73683ca 100644
--- a/Doc/lib/libgdbm.tex
+++ b/Doc/lib/libgdbm.tex
@@ -2,7 +2,7 @@
GNU's reinterpretation of dbm}
\declaremodule{builtin}{gdbm}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{GNU's reinterpretation of dbm.}
diff --git a/Doc/lib/libgrp.tex b/Doc/lib/libgrp.tex
index 5095806..10f12e8 100644
--- a/Doc/lib/libgrp.tex
+++ b/Doc/lib/libgrp.tex
@@ -2,7 +2,7 @@
The group database}
\declaremodule{builtin}{grp}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The group database (\function{getgrnam()} and friends).}
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex
index 2a87adb..6610676 100644
--- a/Doc/lib/libpopen2.tex
+++ b/Doc/lib/libpopen2.tex
@@ -2,7 +2,7 @@
Subprocesses with accessible standard I/O streams}
\declaremodule[popentwo]{standard}{popen2}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex
index 0918ad0..c334893 100644
--- a/Doc/lib/libposix.tex
+++ b/Doc/lib/libposix.tex
@@ -2,7 +2,7 @@
The most common \POSIX{} system calls}
\declaremodule{builtin}{posix}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The most common \POSIX{} system calls (normally used
via module \module{os}).}
diff --git a/Doc/lib/libposixfile.tex b/Doc/lib/libposixfile.tex
index 491e0e2..b5c4451 100644
--- a/Doc/lib/libposixfile.tex
+++ b/Doc/lib/libposixfile.tex
@@ -3,7 +3,7 @@
File-like objects with locking support}
\declaremodule{builtin}{posixfile}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{A file-like object with support for locking.}
\moduleauthor{Jaap Vermeulen}{}
\sectionauthor{Jaap Vermeulen}{}
diff --git a/Doc/lib/libpwd.tex b/Doc/lib/libpwd.tex
index 72c6c7a..fb8d693 100644
--- a/Doc/lib/libpwd.tex
+++ b/Doc/lib/libpwd.tex
@@ -2,7 +2,7 @@
The password database}
\declaremodule{builtin}{pwd}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{The password database (\function{getpwnam()} and friends).}
This module provides access to the \UNIX{} password database.
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex
index 5e6f109..869bb17 100644
--- a/Doc/lib/libresource.tex
+++ b/Doc/lib/libresource.tex
@@ -2,7 +2,7 @@
Resource usage information}
\declaremodule{builtin}{resource}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{An interface to provide resource usage information on
the current process.}
\moduleauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us}
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex
index 219cf36..ad4bf89 100644
--- a/Doc/lib/libstat.tex
+++ b/Doc/lib/libstat.tex
@@ -2,7 +2,7 @@
Interpreting \function{stat()} results}
\declaremodule{standard}{stat}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{Utilities for interpreting the results of
\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.}
\sectionauthor{Skip Montanaro}{skip@automatrix.com}
diff --git a/Doc/lib/libsyslog.tex b/Doc/lib/libsyslog.tex
index a0bdd45..6f58287 100644
--- a/Doc/lib/libsyslog.tex
+++ b/Doc/lib/libsyslog.tex
@@ -2,7 +2,7 @@
\UNIX{} syslog library routines}
\declaremodule{builtin}{syslog}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{An interface to the \UNIX{} syslog library routines.}
diff --git a/Doc/lib/libtermios.tex b/Doc/lib/libtermios.tex
index b25db02..a4f1b70 100644
--- a/Doc/lib/libtermios.tex
+++ b/Doc/lib/libtermios.tex
@@ -2,7 +2,7 @@
\POSIX{} style tty control}
\declaremodule{builtin}{termios}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{\POSIX{} style tty control.}
\indexii{\POSIX{}}{I/O control}
@@ -102,7 +102,7 @@ def getpass(prompt = "Password: "):
Constants used with the \module{termios} module}
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
- \platform{UNIX}
+ \platform{Unix}
\modulesynopsis{Symbolic constants required to use the
\module{termios} module.}