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 rep='repeat'><option><replaceable>modulename</replaceable></option></arg>
|
||||
</cmdsynopsis>
|
||||
<cmdsynopsis>
|
||||
<command>modprobe</command>
|
||||
<arg>-l</arg>
|
||||
<arg>-t <replaceable>dirname</replaceable></arg>
|
||||
<arg><option><replaceable>wildcard</replaceable></option></arg>
|
||||
</cmdsynopsis>
|
||||
<cmdsynopsis>
|
||||
<command>modprobe</command>
|
||||
<arg>-c</arg>
|
||||
@ -139,9 +133,8 @@
|
||||
<term><option>-C</option> <option>--config</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>This option overrides the default configuration directory/file
|
||||
(<filename>/etc/modprobe.d</filename> or
|
||||
<filename>/etc/modprobe.conf</filename>).
|
||||
<para>This option overrides the default configuration directory
|
||||
(<filename>/etc/modprobe.d</filename>).
|
||||
</para>
|
||||
<para>
|
||||
This option is passed through <command>install</command>
|
||||
@ -272,27 +265,11 @@
|
||||
<option>--ignore-install</option> or
|
||||
<option>--ignore-remove</option>.
|
||||
See <citerefentry>
|
||||
<refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum>
|
||||
<refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>.
|
||||
</para>
|
||||
</listitem>
|
||||
</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>
|
||||
<term><option>-n</option> <option>--dry-run</option>
|
||||
<option>--show</option>
|
||||
@ -398,25 +375,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</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>
|
||||
<term><option>-V</option> <option>--version</option>
|
||||
</term>
|
||||
@ -460,9 +418,6 @@
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
<para>
|
||||
<citerefentry>
|
||||
<refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
<citerefentry>
|
||||
<refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
|
||||
</citerefentry>,
|
||||
|
Loading…
Reference in New Issue
Block a user