|
From: <sv...@va...> - 2005-07-26 22:31:54
|
Author: njn Date: 2005-07-26 23:31:52 +0100 (Tue, 26 Jul 2005) New Revision: 4270 Log: Update to match web site description. Modified: trunk/valgrind.spec.in Modified: trunk/valgrind.spec.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/valgrind.spec.in 2005-07-26 22:23:08 UTC (rev 4269) +++ trunk/valgrind.spec.in 2005-07-26 22:31:52 UTC (rev 4270) @@ -13,15 +13,15 @@ =20 %description=20 =20 -Valgrind is a GPL'd system for debugging and profiling x86-Linux program= s. -With the tools that come with Valgrind, you can automatically detect -many memory management and threading bugs, avoiding hours of frustrating -bug-hunting, making your programs more stable. You can also perform -detailed profiling to help speed up your programs. +Valgrind is an award-winning suite of tools for debugging and profiling +Linux programs. With the tools that come with Valgrind, you can +automatically detect many memory management and threading bugs, avoiding +hours of frustrating bug-hunting, making your programs more stable. You = can +also perform detailed profiling, to speed up and reduce memory use of yo= ur +programs. =20 -The Valgrind distribution includes five tools: two memory error +The Valgrind distribution currently includes five tools: two memory erro= r detectors, a thread error detector, a cache profiler and a heap profiler= . -Several other tools have been built with Valgrind. =20 %prep %setup -n @PACKAGE@-@VERSION@ |