Add a few missing options to the man page source file.
This commit is contained in:
parent
ae23ab64b7
commit
806daf7644
|
@ -116,10 +116,14 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
|
||||||
<arg choice="opt"><option>--help</option></arg>
|
<arg choice="opt"><option>--help</option></arg>
|
||||||
<arg choice="opt"><option>-I<dir></option></arg>
|
<arg choice="opt"><option>-I<dir></option></arg>
|
||||||
<arg choice="opt"><option>--includes-file=<file></option></arg>
|
<arg choice="opt"><option>--includes-file=<file></option></arg>
|
||||||
|
<arg choice="opt"><option>--config-exclude=<dir></option></arg>
|
||||||
|
<arg choice="opt"><option>--config-excludes-file=<file></option></arg>
|
||||||
|
<arg choice="opt"><option>--include=<file></option></arg>
|
||||||
<arg choice="opt"><option>-i<dir></option></arg>
|
<arg choice="opt"><option>-i<dir></option></arg>
|
||||||
<arg choice="opt"><option>--inconclusive</option></arg>
|
<arg choice="opt"><option>--inconclusive</option></arg>
|
||||||
<arg choice="opt"><option>--inline-suppr</option></arg>
|
<arg choice="opt"><option>--inline-suppr</option></arg>
|
||||||
<arg choice="opt"><option>-j<jobs></option></arg>
|
<arg choice="opt"><option>-j<jobs></option></arg>
|
||||||
|
<arg choice="opt"><option>-l<load></option></arg>
|
||||||
<arg choice="opt"><option>--language=<language></option></arg>
|
<arg choice="opt"><option>--language=<language></option></arg>
|
||||||
<arg choice="opt"><option>--library=<cfg></option></arg>
|
<arg choice="opt"><option>--library=<cfg></option></arg>
|
||||||
<arg choice="opt"><option>--max-configs=<limit></option></arg>
|
<arg choice="opt"><option>--max-configs=<limit></option></arg>
|
||||||
|
@ -309,6 +313,26 @@ searched for contained header files first. If paths are relative to source files
|
||||||
First given path is searched for contained header files first. If paths are relative to source files, this is not needed.</para>
|
First given path is searched for contained header files first. If paths are relative to source files, this is not needed.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--config-exclude=<dir></option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Path (prefix) to be excluded from configuration checking. Preprocessor configurations defined in headers
|
||||||
|
(but not sources) matching the prefix will not be considered for evaluation of configuration alternatives.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--config-exclude-file=<file></option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>A file that contains a list of config-excludes.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--include=<file></option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Force inclusion of a file before the checked file. Can be used for example when checking the Linux kernel,
|
||||||
|
where autoconf.h needs to be included for every file compiled. Works the same way as the GCC -include option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-i <dir></option></term>
|
<term><option>-i <dir></option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -336,6 +360,13 @@ There are false positives with this option. Each result must be carefully invest
|
||||||
<para>Start <jobs> threads to do the checking work.</para>
|
<para>Start <jobs> threads to do the checking work.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-l <load></option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Specifies that no new threads should be started if there are other threads running and the load average is at least
|
||||||
|
<load> (ignored on non UNIX-like systems)</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--language=<language></option></term>
|
<term><option>--language=<language></option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in New Issue