]> granicus.if.org Git - python/commitdiff
- markup fix
authorFred Drake <fdrake@acm.org>
Tue, 8 Jun 2004 14:01:27 +0000 (14:01 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 8 Jun 2004 14:01:27 +0000 (14:01 +0000)
- explain Python/ceval.c from what; lots of people don't use a source
  distro any more

Doc/lib/libsys.tex

index ceced167eb4f5d20385feadf3744fe7a31a9f977..8d66c7654e8c163ea9e7935466085e37e0292339 100644 (file)
@@ -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}