summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-03-01 01:02:52 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-03-01 01:02:52 (GMT)
commit694e1816c23707bc37f119053ad960bdae1f4dfa (patch)
tree2e7b0dc0e98ca2f3338582a14a906bc8c45b630f /Doc/whatsnew
parent5125773ff133bfddbea6354c688b084bbf5d7e79 (diff)
downloadcpython-694e1816c23707bc37f119053ad960bdae1f4dfa.zip
cpython-694e1816c23707bc37f119053ad960bdae1f4dfa.tar.gz
cpython-694e1816c23707bc37f119053ad960bdae1f4dfa.tar.bz2
Fix markup nit pointed out by FLD
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew21.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex
index 283f7fe..d5577f9 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.