From: Fred Drake Date: Tue, 8 Jun 2004 14:01:27 +0000 (+0000) Subject: - markup fix X-Git-Tag: v2.4a1~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f35404b7b90f1d23e7b7ca76af2d332d9826cd6;p=python - markup fix - explain Python/ceval.c from what; lots of people don't use a source distro any more --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index ceced167eb..8d66c7654e 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}