]> granicus.if.org Git - python/commitdiff
"\platform{UNIX}" should really be spelled "\platform{Unix}".
authorFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 17:03:42 +0000 (17:03 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Mar 1999 17:03:42 +0000 (17:03 +0000)
13 files changed:
Doc/lib/libcrypt.tex
Doc/lib/libdbm.tex
Doc/lib/libfcntl.tex
Doc/lib/libgdbm.tex
Doc/lib/libgrp.tex
Doc/lib/libpopen2.tex
Doc/lib/libposix.tex
Doc/lib/libposixfile.tex
Doc/lib/libpwd.tex
Doc/lib/libresource.tex
Doc/lib/libstat.tex
Doc/lib/libsyslog.tex
Doc/lib/libtermios.tex

index 8006f046f061bfbdad466e2ee335e97e19b9a134..f9d161509d2d9d30dc0dd9182f633844b11ec721 100644 (file)
@@ -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}
index 09ce0df0de35a1197e310c09c9f156500c561d2c..5516231359c66fa4ffedb769dd48de6c5355482b 100644 (file)
@@ -2,7 +2,7 @@
          Simple ``database'' interface}
 
 \declaremodule{builtin}{dbm}
-  \platform{UNIX}
+  \platform{Unix}
 \modulesynopsis{The standard ``database'' interface, based on ndbm.}
 
 
index 7003c637d947d5e9cf62f4f8d6646f22cbd9a53a..37632be54dc33b0daa9b7d48ad8f9f7aea7a9c40 100644 (file)
@@ -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}
index 585693c7f1ede7761516a4a70003e7d375cf788c..73683ca97d176490c8157f6ba81eebcaf0c3d1aa 100644 (file)
@@ -2,7 +2,7 @@
          GNU's reinterpretation of dbm}
 
 \declaremodule{builtin}{gdbm}
-  \platform{UNIX}
+  \platform{Unix}
 \modulesynopsis{GNU's reinterpretation of dbm.}
 
 
index 5095806b63c5cc2652208b5abd4203a610fcbc24..10f12e8ef5594d1f5dab3ffcf1c45b90fb73cd40 100644 (file)
@@ -2,7 +2,7 @@
          The group database}
 
 \declaremodule{builtin}{grp}
-  \platform{UNIX}
+  \platform{Unix}
 \modulesynopsis{The group database (\function{getgrnam()} and friends).}
 
 
index 2a87adbfd911dbb1bd9ede90389f74b8b8863122..6610676e18bac367d5c50ce5c2bb408937206004 100644 (file)
@@ -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}
 
index 0918ad0a00416222854f4644adb7578c175a1e15..c3348939e426fed60415f915cc155cfeb04fec67 100644 (file)
@@ -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}).}
 
index 491e0e29f054407fd1472cf90a68dbeb40da04dd..b5c4451e6e5486fd0c162a0317c6cd47faad028b 100644 (file)
@@ -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}{}
index 72c6c7ae9aece03a8f2bf9c51d1c164d80a9d3d9..fb8d693b36fc563f641187a70c1aff33b912ecd3 100644 (file)
@@ -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.
index 5e6f109fb1efe18832172f52533d25900a755342..869bb17125f0b5f7e367d48cc27eca2076425da0 100644 (file)
@@ -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}
index 219cf3617dba8848c81c4cac80e43ba1b6d28a22..ad4bf8926ce1449a3409f7aba6fda67cf67df355 100644 (file)
@@ -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}
index a0bdd45d69b59c4db704595c702cbb817197759c..6f58287b26fbd23c0505b1ab2c5d085d0e0228b0 100644 (file)
@@ -2,7 +2,7 @@
          \UNIX{} syslog library routines}
 
 \declaremodule{builtin}{syslog}
-  \platform{UNIX}
+  \platform{Unix}
 \modulesynopsis{An interface to the \UNIX{} syslog library routines.}
 
 
index b25db027df3703a3cb138c7f19b5bb1d605ef745..a4f1b70a708b6d0c4bdc8186440ece19f6fb40f3 100644 (file)
@@ -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.}