From d1ebb838847b833b78e8037a879592429a78dbcb Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 5 Dec 2009 22:24:04 +0200 Subject: [PATCH] Minor fixes to the man page. --- man/cppcheck.1.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index d8fdc9ac7..9ba268862 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -105,7 +105,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - + @@ -141,7 +141,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - deprecated, use --enable=possibleError + Deprecated, use --enable=possibleError @@ -159,28 +159,28 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - + Enable specific checks. The available ids are: all - enable all checks + Enable all checks. exceptNew - exception safety when using new + Check exception safety when using new. exceptRealloc - exception safety when reallocating + Check exception safety when reallocating. @@ -195,19 +195,19 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ style - Check coding style + Check coding style. unusedFunctions - check for unused functions + Check for unused functions. - Several ids can be given if you separate them with commas + Several ids can be given if you separate them with commas, e.g. --enable=style,possibleError. @@ -258,7 +258,7 @@ files, this is not needed. - deprecated, use --enable=style + Deprecated, use --enable=style @@ -276,7 +276,7 @@ files, this is not needed. - deprecated, use --enable=unusedFunctions + Deprecated, use --enable=unusedFunctions