Commit a54a887f authored by Fred Drake's avatar Fred Drake

"\platform{UNIX}" should really be spelled "\platform{Unix}".

parent f6863c19
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Function used to check \UNIX{} passwords} Function used to check \UNIX{} passwords}
\declaremodule{builtin}{crypt} \declaremodule{builtin}{crypt}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{} \modulesynopsis{The \cfunction{crypt()} function used to check \UNIX{}
passwords.} passwords.}
\moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu} \moduleauthor{Steven D. Majewski}{sdm7g@virginia.edu}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Simple ``database'' interface} Simple ``database'' interface}
\declaremodule{builtin}{dbm} \declaremodule{builtin}{dbm}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The standard ``database'' interface, based on ndbm.} \modulesynopsis{The standard ``database'' interface, based on ndbm.}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
The \function{fcntl()} and \function{ioctl()} system calls} The \function{fcntl()} and \function{ioctl()} system calls}
\declaremodule{builtin}{fcntl} \declaremodule{builtin}{fcntl}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.} \modulesynopsis{The \function{fcntl()} and \function{ioctl()} system calls.}
\indexii{UNIX@\UNIX{}}{file control} \indexii{UNIX@\UNIX{}}{file control}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
GNU's reinterpretation of dbm} GNU's reinterpretation of dbm}
\declaremodule{builtin}{gdbm} \declaremodule{builtin}{gdbm}
\platform{UNIX} \platform{Unix}
\modulesynopsis{GNU's reinterpretation of dbm.} \modulesynopsis{GNU's reinterpretation of dbm.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
The group database} The group database}
\declaremodule{builtin}{grp} \declaremodule{builtin}{grp}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The group database (\function{getgrnam()} and friends).} \modulesynopsis{The group database (\function{getgrnam()} and friends).}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Subprocesses with accessible standard I/O streams} Subprocesses with accessible standard I/O streams}
\declaremodule[popentwo]{standard}{popen2} \declaremodule[popentwo]{standard}{popen2}
\platform{UNIX} \platform{Unix}
\modulesynopsis{Subprocesses with accessible standard I/O streams.} \modulesynopsis{Subprocesses with accessible standard I/O streams.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
The most common \POSIX{} system calls} The most common \POSIX{} system calls}
\declaremodule{builtin}{posix} \declaremodule{builtin}{posix}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The most common \POSIX{} system calls (normally used \modulesynopsis{The most common \POSIX{} system calls (normally used
via module \module{os}).} via module \module{os}).}
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
File-like objects with locking support} File-like objects with locking support}
\declaremodule{builtin}{posixfile} \declaremodule{builtin}{posixfile}
\platform{UNIX} \platform{Unix}
\modulesynopsis{A file-like object with support for locking.} \modulesynopsis{A file-like object with support for locking.}
\moduleauthor{Jaap Vermeulen}{} \moduleauthor{Jaap Vermeulen}{}
\sectionauthor{Jaap Vermeulen}{} \sectionauthor{Jaap Vermeulen}{}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
The password database} The password database}
\declaremodule{builtin}{pwd} \declaremodule{builtin}{pwd}
\platform{UNIX} \platform{Unix}
\modulesynopsis{The password database (\function{getpwnam()} and friends).} \modulesynopsis{The password database (\function{getpwnam()} and friends).}
This module provides access to the \UNIX{} password database. This module provides access to the \UNIX{} password database.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Resource usage information} Resource usage information}
\declaremodule{builtin}{resource} \declaremodule{builtin}{resource}
\platform{UNIX} \platform{Unix}
\modulesynopsis{An interface to provide resource usage information on \modulesynopsis{An interface to provide resource usage information on
the current process.} the current process.}
\moduleauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us} \moduleauthor{Jeremy Hylton}{jhylton@cnri.reston.va.us}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Interpreting \function{stat()} results} Interpreting \function{stat()} results}
\declaremodule{standard}{stat} \declaremodule{standard}{stat}
\platform{UNIX} \platform{Unix}
\modulesynopsis{Utilities for interpreting the results of \modulesynopsis{Utilities for interpreting the results of
\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.} \function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.}
\sectionauthor{Skip Montanaro}{skip@automatrix.com} \sectionauthor{Skip Montanaro}{skip@automatrix.com}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
\UNIX{} syslog library routines} \UNIX{} syslog library routines}
\declaremodule{builtin}{syslog} \declaremodule{builtin}{syslog}
\platform{UNIX} \platform{Unix}
\modulesynopsis{An interface to the \UNIX{} syslog library routines.} \modulesynopsis{An interface to the \UNIX{} syslog library routines.}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
\POSIX{} style tty control} \POSIX{} style tty control}
\declaremodule{builtin}{termios} \declaremodule{builtin}{termios}
\platform{UNIX} \platform{Unix}
\modulesynopsis{\POSIX{} style tty control.} \modulesynopsis{\POSIX{} style tty control.}
\indexii{\POSIX{}}{I/O control} \indexii{\POSIX{}}{I/O control}
...@@ -102,7 +102,7 @@ def getpass(prompt = "Password: "): ...@@ -102,7 +102,7 @@ def getpass(prompt = "Password: "):
Constants used with the \module{termios} module} Constants used with the \module{termios} module}
\declaremodule[TERMIOSuppercase]{standard}{TERMIOS} \declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
\platform{UNIX} \platform{Unix}
\modulesynopsis{Symbolic constants required to use the \modulesynopsis{Symbolic constants required to use the
\module{termios} module.} \module{termios} module.}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment