summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstatcache.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-17 17:09:23 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-17 17:09:23 (GMT)
commit173ba5e3bc619cc5b27b539824241504466b1949 (patch)
tree0f15d06a2165bf7e9d80738c4cada3599b6e4532 /Doc/lib/libstatcache.tex
parent97c2fa03e5ed01f89149f8d4e8f13d39446f8304 (diff)
downloadcpython-173ba5e3bc619cc5b27b539824241504466b1949.zip
cpython-173ba5e3bc619cc5b27b539824241504466b1949.tar.gz
cpython-173ba5e3bc619cc5b27b539824241504466b1949.tar.bz2
Minor markup nits.
Diffstat (limited to 'Doc/lib/libstatcache.tex')
-rw-r--r--Doc/lib/libstatcache.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libstatcache.tex b/Doc/lib/libstatcache.tex
index 46a697f..7652849 100644
--- a/Doc/lib/libstatcache.tex
+++ b/Doc/lib/libstatcache.tex
@@ -20,7 +20,8 @@ The rest of the functions are used to clear the cache, or parts of
it.
\begin{funcdesc}{reset}{}
-Clear the cache: forget all results of previous \code{stat}s.
+Clear the cache: forget all results of previous \function{stat()}
+calls.
\end{funcdesc}
\begin{funcdesc}{forget}{path}
@@ -33,12 +34,12 @@ with \var{prefix}.
\end{funcdesc}
\begin{funcdesc}{forget_dir}{prefix}
-Forget all results of \code{stat(\var{path})} for \var{path} a file in
+Forget all results of \code{stat(\var{path})} for \var{path} a file in
the directory \var{prefix}, including \code{stat(\var{prefix})}.
\end{funcdesc}
\begin{funcdesc}{forget_except_prefix}{prefix}
-Similar to \function{forget_prefix()}, but for all \var{path}
+Similar to \function{forget_prefix()}, but for all \var{path} values
\emph{not} starting with \var{prefix}.
\end{funcdesc}