Minor fix to man page

This commit is contained in:
Reijo Tomperi 2009-10-01 16:14:12 +03:00
parent b3ad712b61
commit 541192da2b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsect1 id="description"> <refsect1 id="description">
<title>DESCRIPTION</title> <title>DESCRIPTION</title>
<para>A tool for static C/C++ code analysis <para>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, Checks for: memory leaks, mismatching allocation-deallocation,
buffer overrun, and many more.</para> buffer overrun, and many more.</para>
</refsect1> </refsect1>