diff options
-rw-r--r-- | Doc/lib/libunix.tex | 7 | ||||
-rw-r--r-- | Doc/libunix.tex | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex index 9e1ea53..26628c8 100644 --- a/Doc/lib/libunix.tex +++ b/Doc/lib/libunix.tex @@ -46,4 +46,11 @@ process. \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines. +\item[stat] +--- Constants and functions for interpreting the results of +\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}. + +\item[commands] +--- Wrapper functions for \code{os.popen()}. + \end{description} diff --git a/Doc/libunix.tex b/Doc/libunix.tex index 9e1ea53..26628c8 100644 --- a/Doc/libunix.tex +++ b/Doc/libunix.tex @@ -46,4 +46,11 @@ process. \item[syslog] --- An interface to the \UNIX{} \code{syslog} library routines. +\item[stat] +--- Constants and functions for interpreting the results of +\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}. + +\item[commands] +--- Wrapper functions for \code{os.popen()}. + \end{description} |