]> granicus.if.org Git - python/commitdiff
Minor markup adjustments.
authorFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 14:34:58 +0000 (14:34 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 13 Apr 2001 14:34:58 +0000 (14:34 +0000)
Turn reference to the cmd module into a hyperlink.

Doc/lib/libprofile.tex

index f206a160f18d0c8c66578dade8054dfc3d72c082..a8861c3f8ae240446095f3e1eb3d2d7acbaab57c 100644 (file)
@@ -222,14 +222,14 @@ p.add('fooprof')
 
 Invoked as a script, the \module{pstats} module is a statistics
 browser for reading and examining profile dumps.  It has a simple
-line-oriented interface (implemented using \module{cmd}) and
+line-oriented interface (implemented using \refmodule{cmd}) and
 interactive help.
 
 \section{What Is Deterministic Profiling?}
 \nodename{Deterministic Profiling}
 
 \dfn{Deterministic profiling} is meant to reflect the fact that all
-\dfn{function call}, \dfn{function return}, and \dfn{exception} events
+\emph{function call}, \emph{function return}, and \emph{exception} events
 are monitored, and precise timings are made for the intervals between
 these events (during which time the user's code is executing).  In
 contrast, \dfn{statistical profiling} (which is not done by this