From 541192da2b40d6d14c3ac7dc3875e7750964b3f1 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Thu, 1 Oct 2009 16:14:12 +0300 Subject: [PATCH] Minor fix to man page --- man/cppcheck.1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index bed48c154..9bdca39f0 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -124,7 +124,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ DESCRIPTION A tool for static C/C++ code analysis - Intended to complement the checking of the compiler. + intended to complement the checking of the compiler. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more.