Re: [patch] perlhack.pod
Jim Cromie [Mon, 3 Sep 2007 20:02:05 +0000 (14:02 -0600)]
Message-ID: <46DCBC9D.3070409@gmail.com>

p4raw-id: //depot/perl@31790

pod/perlhack.pod

index 868c407..a078b3c 100644 (file)
@@ -3091,8 +3091,7 @@ logged in files named F<testfile.valgrind>.
 
 Valgrind also provides a cachegrind tool, invoked on perl as:
 
-    VG_OPTS=' --log-fd=3 --suppressions=perl.supp --tool=cachegrind' \
-        make test.valgrind
+    VG_OPTS=--tool=cachegrind make test.valgrind
 
 As system libraries (most notably glibc) are also triggering errors,
 valgrind allows to suppress such errors using suppression files. The
@@ -3253,7 +3252,7 @@ Display routines that have zero usage.
 For more detailed explanation of the available commands and output
 formats, see your own local documentation of gprof.
 
-quick-hint:
+quick hint:
 
     $ sh Configure -des -Dusedevel -Doptimize='-g' -Accflags='-pg' -Aldflags='-pg' && make
     $ ./perl someprog # creates gmon.out in current directory