commit-womb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-womb] qualitycode qualitycode.texi


From: Simon Josefsson
Subject: [commit-womb] qualitycode qualitycode.texi
Date: Fri, 19 Nov 2010 05:29:31 +0000

CVSROOT:        /sources/womb
Module name:    qualitycode
Changes by:     Simon Josefsson <jas>   10/11/19 05:29:31

Modified files:
        .              : qualitycode.texi 

Log message:
        Apply fixes from Jim and Ludo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qualitycode/qualitycode.texi?cvsroot=womb&r1=1.1&r2=1.2

Patches:
Index: qualitycode.texi
===================================================================
RCS file: /sources/womb/qualitycode/qualitycode.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- qualitycode.texi    19 Nov 2010 01:05:55 -0000      1.1
+++ qualitycode.texi    19 Nov 2010 05:29:31 -0000      1.2
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: qualitycode.texi,v 1.1 2010/11/19 01:05:55 karl Exp $
address@hidden $Id: qualitycode.texi,v 1.2 2010/11/19 05:29:31 jas Exp $
 @comment %**start of header
 @setfilename qualitycode.info
 @set UPDATED 18 November 2010
@@ -83,11 +83,12 @@
 Valgrind manually on your application, for example:
 
 @example
-$ valgrind ./foo --bar
+$ valgrind -- ./foo --bar
 @end example
 
-It will print out a human readable summary.
-
+It runs Valgrind with its default analysis tool, @code{memcheck},
+which reports memory management and access errors in a human-readable
+way.
 
 @subheading Automatic use of Valgrind for self-checks
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]