Man page updated

This commit is contained in:
Reijo Tomperi 2008-12-19 22:27:51 +00:00
parent cebd1af11a
commit fe94c577bc
1 changed files with 8 additions and 16 deletions

View File

@ -102,22 +102,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
<refsynopsisdiv> <refsynopsisdiv>
<cmdsynopsis> <cmdsynopsis>
<command>&dhpackage;</command> <command>&dhpackage;</command>
<group choise="opt"> <arg choice="opt"><option>--all</option></arg>
<arg choice="opt"><option>-a</option></arg> <arg choice="opt"><option>--quiet</option></arg>
<arg choice="opt"><option>--all</option></arg> <arg choice="opt"><option>--style</option></arg>
</group> <arg choice="opt"><option>--verbose</option></arg>
<group choise="opt">
<arg choice="opt"><option>-q</option></arg>
<arg choice="opt"><option>--quiet</option></arg>
</group>
<group choise="opt">
<arg choice="opt"><option>-s</option></arg>
<arg choice="opt"><option>--style</option></arg>
</group>
<group choise="opt">
<arg choice="opt"><option>-v</option></arg>
<arg choice="opt"><option>--verbose</option></arg>
</group>
<arg choice="opt"><option>file or path</option></arg> <arg choice="opt"><option>file or path</option></arg>
<arg choice="plain"><option>...</option></arg> <arg choice="plain"><option>...</option></arg>
</cmdsynopsis> </cmdsynopsis>
@ -137,6 +125,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
variablelist.term.break.after parameters to variablelist.term.break.after parameters to
control the term elements. --> control the term elements. -->
<varlistentry> <varlistentry>
<term><option>-a</option></term>
<term><option>--all</option></term> <term><option>--all</option></term>
<listitem> <listitem>
<para>Normally a message is only shown if cppcheck is sure it has <para>Normally a message is only shown if cppcheck is sure it has
@ -144,18 +133,21 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-q</option></term>
<term><option>--quiet</option></term> <term><option>--quiet</option></term>
<listitem> <listitem>
<para>Only print something when there is an error.</para> <para>Only print something when there is an error.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-s</option></term>
<term><option>--style</option></term> <term><option>--style</option></term>
<listitem> <listitem>
<para>Check coding style.</para> <para>Check coding style.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term> <term><option>--verbose</option></term>
<listitem> <listitem>
<para>More detailed error reports</para> <para>More detailed error reports</para>