diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml
index 9ba268862..5b8b83cd4 100644
--- a/man/cppcheck.1.xml
+++ b/man/cppcheck.1.xml
@@ -76,7 +76,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
- 2009
+ 2009 - 2010&dhusername;
@@ -102,9 +102,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
&dhpackage;
-
-
@@ -137,27 +135,12 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
-
-
-
-
- Deprecated, use --enable=possibleError
-
- This allows you to provide information about functions by providing an implementation for these.
-
-
-
- Suppress warnings about classes that have automatic deallocation
- The classnames must be provided in plain text - one classname / line - in a .lst file.
- This option can be given several times, allowing you to provide several .lst files.
-
-
@@ -184,14 +167,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
- possibleError
-
-
- Make the checking more sensitive. More bugs are detected,
- but there are also more false positives.
-
-
- style
@@ -207,7 +182,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
- Several ids can be given if you separate them with commas, e.g. --enable=style,possibleError.
+ Several ids can be given if you separate them with commas, e.g. --enable=style,unusedFunctions.