From 3e6423f92b8bc91e8528b32c450413381c1bc3e8 Mon Sep 17 00:00:00 2001 From: PKEuS Date: Wed, 26 Mar 2014 12:24:29 +0100 Subject: [PATCH] Updated manual according to #5087 --- man/cppcheck.1.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index d1e908b46..92181c4b0 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -129,7 +129,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - @@ -422,20 +421,13 @@ There are false positives with this option. Each result must be carefully invest - Match regular expression to create your own checks. E.g. rule "/ 0" can be used to check division by zero. + Match regular expression to create your own checks. E.g. rule "/ 0" can be used to check division by zero. This command is only available if cppcheck was compiled with HAVE_RULES=yes. - Use given rule XML file. See https://sourceforge.net/projects/cppcheck/files/Articles/ for more info about the syntax. - - - - - - - Deprecated, use --enable=style + Use given rule XML file. See https://sourceforge.net/projects/cppcheck/files/Articles/ for more info about the syntax. This command is only available if cppcheck was compiled with HAVE_RULES=yes.