diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 (GMT) |
commit | b91e934cf1c45353a06eef77eac7cec609406646 (patch) | |
tree | 2eac55d1be7c062adef06708851208d20c896415 /Doc/lib/libunix.tex | |
parent | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (diff) | |
download | cpython-b91e934cf1c45353a06eef77eac7cec609406646.zip cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.gz cpython-b91e934cf1c45353a06eef77eac7cec609406646.tar.bz2 |
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libunix.tex')
-rw-r--r-- | Doc/lib/libunix.tex | 52 |
1 files changed, 1 insertions, 51 deletions
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex index c836515..686df01 100644 --- a/Doc/lib/libunix.tex +++ b/Doc/lib/libunix.tex @@ -5,54 +5,4 @@ The modules described in this chapter provide interfaces to features that are unique to the \UNIX{} operating system, or in some cases to some or many variants of it. Here's an overview: -\begin{description} - -\item[posix] ---- The most common \POSIX{} system calls (normally used via module -\module{os}). - -\item[posixpath] ---- Common \POSIX{} pathname manipulations (normally used via \code{os.path}). - -\item[pwd] ---- The password database (\function{getpwnam()} and friends). - -\item[grp] ---- The group database (\function{getgrnam()} and friends). - -\item[crypt] ---- The \cfunction{crypt()} function used to check \UNIX{} passwords. - -\item[dbm] ---- The standard ``database'' interface, based on \code{ndbm}. - -\item[gdbm] ---- GNU's reinterpretation of dbm. - -\item[termios] ---- \POSIX{} style tty control. - -\item[TERMIOS] ---- The symbolic constants required to use the \module{termios} module. - -\item[fcntl] ---- The \function{fcntl()} and \function{ioctl()} system calls. - -\item[posixfile] ---- A file-like object with support for locking. - -\item[resource] ---- An interface to provide resource usage information on the current -process. - -\item[syslog] ---- An interface to the \UNIX{} \code{syslog} library routines. - -\item[stat] ---- Constants and functions for interpreting the results of -\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}. - -\item[commands] ---- Wrapper functions for \function{os.popen()}. - -\end{description} +\localmoduletable |