mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-28 06:15:20 +07:00
doc/modprobe.sgml: Various updates wrt inclusion with kmod
* TODO: document "--remove-dependencies" flag
This commit is contained in:
parent
2b3f9c7430
commit
43042306cb
@ -48,12 +48,6 @@
|
|||||||
<arg><option>-i</option></arg>
|
<arg><option>-i</option></arg>
|
||||||
<arg rep='repeat'><option><replaceable>modulename</replaceable></option></arg>
|
<arg rep='repeat'><option><replaceable>modulename</replaceable></option></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
<cmdsynopsis>
|
|
||||||
<command>modprobe</command>
|
|
||||||
<arg>-l</arg>
|
|
||||||
<arg>-t <replaceable>dirname</replaceable></arg>
|
|
||||||
<arg><option><replaceable>wildcard</replaceable></option></arg>
|
|
||||||
</cmdsynopsis>
|
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>modprobe</command>
|
<command>modprobe</command>
|
||||||
<arg>-c</arg>
|
<arg>-c</arg>
|
||||||
@ -139,9 +133,8 @@
|
|||||||
<term><option>-C</option> <option>--config</option>
|
<term><option>-C</option> <option>--config</option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>This option overrides the default configuration directory/file
|
<para>This option overrides the default configuration directory
|
||||||
(<filename>/etc/modprobe.d</filename> or
|
(<filename>/etc/modprobe.d</filename>).
|
||||||
<filename>/etc/modprobe.conf</filename>).
|
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This option is passed through <command>install</command>
|
This option is passed through <command>install</command>
|
||||||
@ -272,27 +265,11 @@
|
|||||||
<option>--ignore-install</option> or
|
<option>--ignore-install</option> or
|
||||||
<option>--ignore-remove</option>.
|
<option>--ignore-remove</option>.
|
||||||
See <citerefentry>
|
See <citerefentry>
|
||||||
<refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum>
|
<refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
|
||||||
</citerefentry>.
|
</citerefentry>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term><option>-l</option> <option>--list</option>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>List all modules matching the given wildcard (or "*"
|
|
||||||
if no wildcard is given). This option is provided for
|
|
||||||
backwards compatibility and may go away in future: see
|
|
||||||
<citerefentry>
|
|
||||||
<refentrytitle>find</refentrytitle><manvolnum>1</manvolnum>
|
|
||||||
</citerefentry> and
|
|
||||||
<citerefentry>
|
|
||||||
<refentrytitle>basename</refentrytitle><manvolnum>1</manvolnum>
|
|
||||||
</citerefentry> for a more flexible alternative.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-n</option> <option>--dry-run</option>
|
<term><option>-n</option> <option>--dry-run</option>
|
||||||
<option>--show</option>
|
<option>--show</option>
|
||||||
@ -398,25 +375,6 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
|
||||||
<term><option>-t</option> <option>--type</option>
|
|
||||||
</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Restrict <option>-l</option> to modules
|
|
||||||
in directories matching the
|
|
||||||
<replaceable>dirname</replaceable> given. This option
|
|
||||||
is provided for backwards compatibility and may go
|
|
||||||
away in future: see
|
|
||||||
<citerefentry>
|
|
||||||
<refentrytitle>find</refentrytitle><manvolnum>1</manvolnum>
|
|
||||||
</citerefentry>
|
|
||||||
and
|
|
||||||
<citerefentry>
|
|
||||||
<refentrytitle>basename</refentrytitle><manvolnum>1</manvolnum>
|
|
||||||
</citerefentry> for a more flexible alternative.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-V</option> <option>--version</option>
|
<term><option>-V</option> <option>--version</option>
|
||||||
</term>
|
</term>
|
||||||
@ -460,9 +418,6 @@
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>SEE ALSO</title>
|
<title>SEE ALSO</title>
|
||||||
<para>
|
<para>
|
||||||
<citerefentry>
|
|
||||||
<refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum>
|
|
||||||
</citerefentry>,
|
|
||||||
<citerefentry>
|
<citerefentry>
|
||||||
<refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
|
<refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
|
||||||
</citerefentry>,
|
</citerefentry>,
|
||||||
|
Loading…
Reference in New Issue
Block a user