summaryrefslogtreecommitdiff
path: root/Doc/lib/libstat.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
committerFred Drake <fdrake@acm.org>1998-08-10 19:42:37 +0000
commite689eedd6ff40b629ec975d9103677a6b09bba92 (patch)
tree71638597da88936e2b4999a0e7a3a4a0ed7d511f /Doc/lib/libstat.tex
parent24d03d4e163b5866e34948b21183e3b2b96352be (diff)
downloadcpython-e689eedd6ff40b629ec975d9103677a6b09bba92.tar.gz
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libstat.tex')
-rw-r--r--Doc/lib/libstat.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex
index 102630a1b1..b74e98b63f 100644
--- a/Doc/lib/libstat.tex
+++ b/Doc/lib/libstat.tex
@@ -1,18 +1,20 @@
-% By Skip Montanaro
-
-\section{Standard Module \module{stat}}
+\section{\module{stat} ---
+ Utilities for interpreting \function{stat()} results.}
\declaremodule{standard}{stat}
+\sectionauthor{Skip Montanaro}{skip@automatrix.com}
+
\modulesynopsis{Utilities 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).
-For complete details about the \code{stat()} and \code{lstat()} system
-calls, consult your local man pages.
+The \module{stat} module defines constants and functions for
+interpreting the results of \function{os.stat()} and
+\function{os.lstat()} (if they exist). For complete details about the
+\cfunction{stat()} and \cfunction{lstat()} system calls, consult your
+local man pages.
-The \code{stat} module defines the following functions:
+The \module{stat} module defines the following functions:
\begin{funcdesc}{S_ISDIR}{mode}