doc/modprobe.sgml: Various updates wrt inclusion with kmod
authorRobby Workman <rworkman@slackware.com>
Thu, 12 Jan 2012 06:00:27 +0000 (00:00 -0600)
committerRobby Workman <rworkman@slackbuilds.org>
Thu, 12 Jan 2012 06:07:44 +0000 (00:07 -0600)
* TODO: document "--remove-dependencies" flag

doc/modprobe.sgml

index 85330e1..9c3cdc9 100644 (file)
     </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>
     </cmdsynopsis>
     <cmdsynopsis>
         <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>
                <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>
         </term>
         </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>
         <listitem>
     <title>SEE ALSO</title>
     <para>
       <citerefentry>
-       <refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum>
-      </citerefentry>,
-      <citerefentry>
        <refentrytitle>modprobe.d</refentrytitle><manvolnum>5</manvolnum>
       </citerefentry>,
       <citerefentry>