"\platform{UNIX}" should really be spelled "\platform{Unix}".
This commit is contained in:
parent
f6863c1909
commit
a54a887f66
|
@ -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}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Simple ``database'' interface}
|
||||
|
||||
\declaremodule{builtin}{dbm}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{The standard ``database'' interface, based on ndbm.}
|
||||
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
GNU's reinterpretation of dbm}
|
||||
|
||||
\declaremodule{builtin}{gdbm}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{GNU's reinterpretation of dbm.}
|
||||
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
The group database}
|
||||
|
||||
\declaremodule{builtin}{grp}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{The group database (\function{getgrnam()} and friends).}
|
||||
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}).}
|
||||
|
||||
|
|
|
@ -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}{}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
\UNIX{} syslog library routines}
|
||||
|
||||
\declaremodule{builtin}{syslog}
|
||||
\platform{UNIX}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{An interface to the \UNIX{} syslog library routines.}
|
||||
|
||||
|
||||
|
|
|
@ -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.}
|
||||
|
||||
|
|
Loading…
Reference in New Issue