summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstat.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 19:42:37 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-10 19:42:37 (GMT)
commit295da24eafd9c3bb9326d62a1a2e822059698b2b (patch)
tree4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libstat.tex
parent62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff)
downloadcpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.zip
cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz
cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.bz2
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 102630a..b74e98b 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}