]> granicus.if.org Git - python/commitdiff
Make the word "Module" in the section header start with an upper-case "M".
authorFred Drake <fdrake@acm.org>
Wed, 17 Dec 1997 14:11:18 +0000 (14:11 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Dec 1997 14:11:18 +0000 (14:11 +0000)
Added a \label{} for the module.

Fixed one minor grammatical nit:  use plural pronoun to refer to a pair of
referents.

Include "()" when naming functions in the text.

Doc/lib/libstat.tex
Doc/libstat.tex

index bb3b66a27dd6251b7e50976f50ace8292cf73898..a1d8a78927cf462e2af5fdb4a56a7cd0fada048e 100644 (file)
@@ -1,12 +1,13 @@
 % By Skip Montanaro
 
-\section{Standard module \sectcode{stat}}
+\section{Standard Module \sectcode{stat}}
 \stmodindex{stat}
+\label{module-stat}
 
 The \code{stat} module defines constants and functions for interpreting the
-results of \code{os.stat} and \code{os.lstat} (if it exists).  For complete
-details about the \code{stat} and \code{lstat} system calls, consult your
-local man pages.
+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 \code{stat} module defines the following functions:
 
@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket.
 \end{funcdesc}
 
 All the data items below are simply symbolic indexes into the 10-tuple
-returned by \code{os.stat} or \code{os.lstat}.  
+returned by \code{os.stat()} or \code{os.lstat()}.  
 
 \begin{datadesc}{ST_MODE}
 Inode protection mode.
index bb3b66a27dd6251b7e50976f50ace8292cf73898..a1d8a78927cf462e2af5fdb4a56a7cd0fada048e 100644 (file)
@@ -1,12 +1,13 @@
 % By Skip Montanaro
 
-\section{Standard module \sectcode{stat}}
+\section{Standard Module \sectcode{stat}}
 \stmodindex{stat}
+\label{module-stat}
 
 The \code{stat} module defines constants and functions for interpreting the
-results of \code{os.stat} and \code{os.lstat} (if it exists).  For complete
-details about the \code{stat} and \code{lstat} system calls, consult your
-local man pages.
+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 \code{stat} module defines the following functions:
 
@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket.
 \end{funcdesc}
 
 All the data items below are simply symbolic indexes into the 10-tuple
-returned by \code{os.stat} or \code{os.lstat}.  
+returned by \code{os.stat()} or \code{os.lstat()}.  
 
 \begin{datadesc}{ST_MODE}
 Inode protection mode.