]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix tex markup
authorGeorge Yoshida <dynkin@gmail.com>
Sun, 23 Apr 2006 08:46:03 +0000 (08:46 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sun, 23 Apr 2006 08:46:03 +0000 (08:46 +0000)
Doc/whatsnew/whatsnew24.tex

index a038c8f892304420c99852db888d0e336128260a..6618cfdf5de7716185575984465794ec39b8f0d9 100644 (file)
@@ -1656,11 +1656,11 @@ Some of the changes to Python's build process and to the C API are:
 
   \item Python can now be built with additional profiling for the
   interpreter itself, intended as an aid to people developing the
-  Python core.  Providing \longprogramopt{--enable-profiling} to the
+  Python core.  Providing \longprogramopt{enable-profiling} to the
   \program{configure} script will let you profile the interpreter with
-  \program{gprof}, and providing the \longprogramopt{--with-tsc}
+  \program{gprof}, and providing the \longprogramopt{with-tsc}
   switch enables profiling using the Pentium's Time-Stamp-Counter
-  register.  Note that the \longprogramopt{--with-tsc} switch is slightly
+  register.  Note that the \longprogramopt{with-tsc} switch is slightly
   misnamed, because the profiling feature also works on the PowerPC
   platform, though that processor architecture doesn't call that
   register ``the TSC register''.  (Contributed by Jeremy Hylton.)