[Python-checkins] r45657 - python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex

george.yoshida python-checkins at python.org
Sun Apr 23 10:46:03 CEST 2006


Author: george.yoshida
Date: Sun Apr 23 10:46:03 2006
New Revision: 45657

Modified:
   python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex
Log:
fix tex markup


Modified: python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex
==============================================================================
--- python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex	(original)
+++ python/branches/release24-maint/Doc/whatsnew/whatsnew24.tex	Sun Apr 23 10:46:03 2006
@@ -1656,11 +1656,11 @@
 
   \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.)


More information about the Python-checkins mailing list