diff options
Diffstat (limited to 'Doc/lib/libstat.tex')
-rw-r--r-- | Doc/lib/libstat.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex index 5e76335..925a1d7 100644 --- a/Doc/lib/libstat.tex +++ b/Doc/lib/libstat.tex @@ -1,8 +1,11 @@ % By Skip Montanaro \section{Standard Module \module{stat}} -\stmodindex{stat} -\label{module-stat} +\declaremodule{standard}{stat} + +\modulesynopsis{Constants and functions for interpreting the results of +\function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.} + The \code{stat} module defines constants and functions for interpreting the results of \code{os.stat()} and \code{os.lstat()} (if they exist). |