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

This commit is contained in:
Fred Drake 1999-03-02 17:03:42 +00:00
parent f6863c1909
commit a54a887f66
13 changed files with 14 additions and 14 deletions

View 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}

View File

@ -2,7 +2,7 @@
Simple ``database'' interface}
\declaremodule{builtin}{dbm}
\platform{UNIX}
\platform{Unix}
\modulesynopsis{The standard ``database'' interface, based on ndbm.}

View 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}

View File

@ -2,7 +2,7 @@
GNU's reinterpretation of dbm}
\declaremodule{builtin}{gdbm}
\platform{UNIX}
\platform{Unix}
\modulesynopsis{GNU's reinterpretation of dbm.}

View File

@ -2,7 +2,7 @@
The group database}
\declaremodule{builtin}{grp}
\platform{UNIX}
\platform{Unix}
\modulesynopsis{The group database (\function{getgrnam()} and friends).}

View 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}

View 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}).}

View 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}{}

View 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.

View 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}

View 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}

View 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.}

View 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.}