From: Andrew M. Kuchling Date: Thu, 1 Mar 2001 01:02:52 +0000 (+0000) Subject: Fix markup nit pointed out by FLD X-Git-Tag: v2.1b1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=694e1816c23707bc37f119053ad960bdae1f4dfa;p=thirdparty%2FPython%2Fcpython.git Fix markup nit pointed out by FLD --- diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 283f7fe69f87..d5577f9db016 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -611,7 +611,7 @@ should be faster than the system \function{malloc()} and have less memory overhead. The allocator uses C's \function{malloc()} function to get large pools of memory, and then fulfills smaller memory requests from these pools. It can be enabled by providing the -"--with-pymalloc" option to the \file{configure} script; see +\longprogramopt{--with-pymalloc} option to the \program{configure} script; see \file{Objects/obmalloc.c} for the implementation details. Contributed by Vladimir Marangozov.