From 806daf76444d6299eb4719e294fc59f642e7b16e Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 26 Apr 2014 01:14:27 +0300 Subject: [PATCH] Add a few missing options to the man page source file. --- man/cppcheck.1.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 92181c4b0..7e6df7622 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -116,10 +116,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + + + @@ -309,6 +313,26 @@ searched for contained header files first. If paths are relative to source files First given path is searched for contained header files first. If paths are relative to source files, this is not needed. + + + + Path (prefix) to be excluded from configuration checking. Preprocessor configurations defined in headers +(but not sources) matching the prefix will not be considered for evaluation of configuration alternatives. + + + + + + A file that contains a list of config-excludes. + + + + + + Force inclusion of a file before the checked file. Can be used for example when checking the Linux kernel, +where autoconf.h needs to be included for every file compiled. Works the same way as the GCC -include option. + + @@ -336,6 +360,13 @@ There are false positives with this option. Each result must be carefully invest Start <jobs> threads to do the checking work. + + + + Specifies that no new threads should be started if there are other threads running and the load average is at least +<load> (ignored on non UNIX-like systems) + +