summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-06-08 14:01:27 (GMT)
committerFred Drake <fdrake@acm.org>2004-06-08 14:01:27 (GMT)
commit7f35404b7b90f1d23e7b7ca76af2d332d9826cd6 (patch)
treecdaf68f3d93d3f48458d4db1f7e728e639dd4b5d /Doc
parentbdec50f0277971830e307aff8090c1494a69f4ce (diff)
downloadcpython-7f35404b7b90f1d23e7b7ca76af2d332d9826cd6.zip
cpython-7f35404b7b90f1d23e7b7ca76af2d332d9826cd6.tar.gz
cpython-7f35404b7b90f1d23e7b7ca76af2d332d9826cd6.tar.bz2
- markup fix
- explain Python/ceval.c from what; lots of people don't use a source distro any more
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsys.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index ceced16..8d66c76 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -479,9 +479,9 @@ else:
Activate dumping of VM measurements using the Pentium timestamp
counter, if \var{on_flag} is true. Deactivate these dumps if
\var{on_flag} is off. The function is available only if Python
- was compiled with \code{--with-tsc}. To understand the output
- of this dump, read \code{Python/ceval.c}.
-
+ was compiled with \longprogramopt{with-tsc}. To understand the
+ output of this dump, read \file{Python/ceval.c} in the Python
+ sources.
\versionadded{2.4}
\end{funcdesc}