Minor fixes to the man page.
This commit is contained in:
parent
5a40a8c2dd
commit
d1ebb83884
|
@ -105,7 +105,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
<arg choice="opt"><option>--all</option></arg>
|
<arg choice="opt"><option>--all</option></arg>
|
||||||
<arg choice="opt"><option>--append [file]</option></arg>
|
<arg choice="opt"><option>--append [file]</option></arg>
|
||||||
<arg choice="opt"><option>--auto-dealloc [file]</option></arg>
|
<arg choice="opt"><option>--auto-dealloc [file]</option></arg>
|
||||||
<arg choice="opt"><option>--enable=id</option></arg>
|
<arg choice="opt"><option>--enable=[id]</option></arg>
|
||||||
<arg choice="opt"><option>--error-exitcode=[n]</option></arg>
|
<arg choice="opt"><option>--error-exitcode=[n]</option></arg>
|
||||||
<arg choice="opt"><option>--force</option></arg>
|
<arg choice="opt"><option>--force</option></arg>
|
||||||
<arg choice="opt"><option>--help</option></arg>
|
<arg choice="opt"><option>--help</option></arg>
|
||||||
|
@ -141,7 +141,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
<term><option>-a</option></term>
|
<term><option>-a</option></term>
|
||||||
<term><option>--all</option></term>
|
<term><option>--all</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>deprecated, use --enable=possibleError</para>
|
<para>Deprecated, use --enable=possibleError</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -159,28 +159,28 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--enable=id</option></term>
|
<term><option>--enable=[id]</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Enable specific checks. The available ids are:
|
<para>Enable specific checks. The available ids are:
|
||||||
<glosslist>
|
<glosslist>
|
||||||
<glossentry><glossterm>all</glossterm>
|
<glossentry><glossterm>all</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
enable all checks
|
Enable all checks.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
<glossentry><glossterm>exceptNew</glossterm>
|
<glossentry><glossterm>exceptNew</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
exception safety when using new
|
Check exception safety when using new.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
<glossentry><glossterm>exceptRealloc</glossterm>
|
<glossentry><glossterm>exceptRealloc</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
exception safety when reallocating
|
Check exception safety when reallocating.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
@ -195,19 +195,19 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
<glossentry><glossterm>style</glossterm>
|
<glossentry><glossterm>style</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Check coding style
|
Check coding style.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
<glossentry><glossterm>unusedFunctions</glossterm>
|
<glossentry><glossterm>unusedFunctions</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
check for unused functions
|
Check for unused functions.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
</glosslist>
|
</glosslist>
|
||||||
Several ids can be given if you separate them with commas</para>
|
Several ids can be given if you separate them with commas, e.g. --enable=style,possibleError.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -258,7 +258,7 @@ files, this is not needed.</para>
|
||||||
<term><option>-s</option></term>
|
<term><option>-s</option></term>
|
||||||
<term><option>--style</option></term>
|
<term><option>--style</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>deprecated, use --enable=style</para>
|
<para>Deprecated, use --enable=style</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
@ -276,7 +276,7 @@ files, this is not needed.</para>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--unused-functions</option></term>
|
<term><option>--unused-functions</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>deprecated, use --enable=unusedFunctions</para>
|
<para>Deprecated, use --enable=unusedFunctions</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
|
Loading…
Reference in New Issue