diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 7c86354cd..2159a80ab 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -102,28 +102,30 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhpackage; - - - - + + + + - - + + - - + + - + + + - - + + - + @@ -146,20 +148,20 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ variablelist.term.break.after parameters to control the term elements. --> - + This allows you to provide information about functions by providing an implementation for these. - + By default Cppcheck checks all configurations. Use -D to limit the checking. When -D is used the checking is limited to the given configuration. Example: -DDEBUG=1 -D__cplusplus - + Enable additional checks. The available ids are: @@ -199,9 +201,9 @@ Example: -DDEBUG=1 -D__cplusplus - + - If errors are found, integer [n] is returned instead of default 0. + If errors are found, integer <n> is returned instead of default 0. EXIT_FAILURE is returned if arguments are not valid or if no input files are provided. Note that your operating system can modify this value, e.g. 256 can become 0. @@ -214,13 +216,13 @@ Example: -DDEBUG=1 -D__cplusplus - + Used when certain messages should be displayed but should not cause a non-zero exitcode. - + Specify the files to check in a text file. One filename per line. @@ -241,7 +243,7 @@ default. - + Give include path. Give several -I parameters to give several paths. First given path is checked first. If paths are relative to source files, this is not needed. @@ -249,7 +251,7 @@ files, this is not needed. - + Give path to ignore. Give several -i parameters to ignore several paths. Give directory name or filename with path as parameter. Directory name is matched to all parts of the path. @@ -264,9 +266,9 @@ Directory name is matched to all parts of the path. - + - Start [jobs] threads to do the checking work. + Start <jobs> threads to do the checking work. @@ -282,6 +284,18 @@ Directory name is matched to all parts of the path. Report progress when checking a file. + + + + Match regular expression. + + + + + + Use given rule file. + + @@ -290,14 +304,14 @@ Directory name is matched to all parts of the path. - + 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 @@ -322,7 +336,7 @@ Directory name is matched to all parts of the path. - + Select the XML file version. Currently versions 1 and 2 are available. The default version is 1.