Skip to content

Commit d0ca73c

Browse files
committed
Update man page
1 parent 84c3ec9 commit d0ca73c

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

man/cppcheck.1.xml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
7676
</author>
7777
</authorgroup>
7878
<copyright>
79-
<year>2009</year>
79+
<year>2009 - 2010</year>
8080
<holder>&dhusername;</holder>
8181
</copyright>
8282
<legalnotice>
@@ -102,9 +102,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
102102
<refsynopsisdiv>
103103
<cmdsynopsis>
104104
<command>&dhpackage;</command>
105-
<arg choice="opt"><option>--all</option></arg>
106105
<arg choice="opt"><option>--append [file]</option></arg>
107-
<arg choice="opt"><option>--auto-dealloc [file]</option></arg>
108106
<arg choice="opt"><option>--enable=[id]</option></arg>
109107
<arg choice="opt"><option>--error-exitcode=[n]</option></arg>
110108
<arg choice="opt"><option>--force</option></arg>
@@ -137,27 +135,12 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
137135
<!-- Use the variablelist.term.separator and the
138136
variablelist.term.break.after parameters to
139137
control the term elements. -->
140-
<varlistentry>
141-
<term><option>-a</option></term>
142-
<term><option>--all</option></term>
143-
<listitem>
144-
<para>Deprecated, use --enable=possibleError</para>
145-
</listitem>
146-
</varlistentry>
147138
<varlistentry>
148139
<term><option>--append=[file]</option></term>
149140
<listitem>
150141
<para>This allows you to provide information about functions by providing an implementation for these.</para>
151142
</listitem>
152143
</varlistentry>
153-
<varlistentry>
154-
<term><option>--auto-dealloc [file]</option></term>
155-
<listitem>
156-
<para>Suppress warnings about classes that have automatic deallocation</para>
157-
<para>The classnames must be provided in plain text - one classname / line - in a .lst file. </para>
158-
<para>This option can be given several times, allowing you to provide several .lst files.</para>
159-
</listitem>
160-
</varlistentry>
161144
<varlistentry>
162145
<term><option>--enable=[id]</option></term>
163146
<listitem>
@@ -184,14 +167,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
184167
</para>
185168
</glossdef>
186169
</glossentry>
187-
<glossentry><glossterm>possibleError</glossterm>
188-
<glossdef>
189-
<para>
190-
Make the checking more sensitive. More bugs are detected,
191-
but there are also more false positives.
192-
</para>
193-
</glossdef>
194-
</glossentry>
195170
<glossentry><glossterm>style</glossterm>
196171
<glossdef>
197172
<para>
@@ -207,7 +182,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
207182
</glossdef>
208183
</glossentry>
209184
</glosslist>
210-
Several ids can be given if you separate them with commas, e.g. --enable=style,possibleError.</para>
185+
Several ids can be given if you separate them with commas, e.g. --enable=style,unusedFunctions.</para>
211186
</listitem>
212187
</varlistentry>
213188
<varlistentry>

0 commit comments

Comments
 (0)