From: George Yoshida Date: Sun, 23 Apr 2006 08:46:03 +0000 (+0000) Subject: fix tex markup X-Git-Tag: v2.4.4c1~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe771a05882df8854ef10c91aa09968ab711e36;p=thirdparty%2FPython%2Fcpython.git fix tex markup --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index a038c8f89230..6618cfdf5de7 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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.)