diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 724b0da1f..4dec5ec96 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -97,25 +97,26 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhpackage; - Simple syntax checking of C/C++. + Tool for static C/C++ code analysis &dhpackage; - + + + - - + @@ -125,10 +126,13 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ DESCRIPTION - Tool for static C/C++ code analysis - intended to complement the checking of the compiler. - Checks for: memory leaks, mismatching allocation-deallocation, - buffer overrun, and many more. + Cppcheck is a command-line tool that tries to detect bugs that your C/C++ + compiler doesn't see. It is versatile, and can check non-standard code + including various compiler extensions, inline assembly code, etc. + Its internal preprocessor can handle includes, macros, and several + preprocessor commands. While Cppcheck is highly configurable, + you can start using it just by giving it a path to the source code. + OPTIONS @@ -262,11 +266,12 @@ files, this is not needed. - Suppress warnings listed in the file. Filename and line are optional. The format of the single line in file is: [error id]:[filename]:[line] + Suppress warnings listed in the file. Filename and line are optional. The format of the single line in file is: [error id]:[filename]:[line]. + You can use --template or --xml to see the error id. - + Format the error messages. E.g. '{file}:{line},{severity},{id},{message}' or '{file}({line}):({severity}) {message}'. Pre-defined templates: gcc, vs @@ -300,7 +305,7 @@ files, this is not needed. AUTHOR - The program was written by Bill Egert, Daniel Marjamäki, Gianluca Scacco, Hoang Tuan Su, Kimmo Varis, Leandro Penz, Nicolas Le Cam, Reijo Tomperi, Slava Semushin and Vesa Pikki + The program was written by Bill Egert, Daniel Marjamäki, Gianluca Scacco, Hoang Tuan Su, Kimmo Varis, Leandro Penz, Martin Ettl, Nguyen Duong Tuan, Nicolas Le Cam, Reijo Tomperi, Robert Reif, Slava Semushin, Vesa Pikki and Zachary Blair SEE ALSO