diff --git a/man/manual.docbook b/man/manual.docbook index 4fe34412f..735bcd83e 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -168,7 +168,8 @@ Checking path/file2.cpp... information - Informational messages about checking problems. + Configuration problems. The recommendation is to only enable + these during configuration. @@ -196,8 +197,8 @@ cppcheck --enable=information file.c # using the old xml format. cppcheck --enable=style file.c -# enable warning and information messages -cppcheck --enable=warning,information file.c +# enable warning and performance messages +cppcheck --enable=warning,performance file.c # enable unusedFunction checking. This is not enabled by --enable=style # because it doesn't work well on libraries. @@ -1345,8 +1346,7 @@ Checking unusedvar.cpp... - Addons provided by the Cppcheck project, currently just a - simple threadsafety checker: + Addons provided by the Cppcheck project: http://github.com/danmar/cppcheck/blob/master/addons