diff options
Diffstat (limited to 'Doc/libstat.tex')
-rw-r--r-- | Doc/libstat.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libstat.tex b/Doc/libstat.tex index 3856723..3030fc6 100644 --- a/Doc/libstat.tex +++ b/Doc/libstat.tex @@ -11,7 +11,7 @@ calls, consult your local man pages. The \code{stat} module defines the following functions: -\renewcommand{\indexsubitem}{(in module stat)} +\setindexsubitem{(in module stat)} \begin{funcdesc}{S_ISDIR}{mode} Return non-zero if the mode was gotten from a directory. @@ -86,7 +86,7 @@ Time of creation. Example: -\bcode\begin{verbatim} +\begin{verbatim} import os, sys from stat import * @@ -108,4 +108,4 @@ def f(file): print 'frobbed', file if __name__ == '__main__': process(sys.argv[1], f) -\end{verbatim}\ecode +\end{verbatim} |