[deployment-guide/comm-rel: 286/727] Updated the Additional Resources section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:48:38 UTC 2010


commit b82156d3addb84a85d9e4d8c3469cdb36c9ca82d
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Mon Aug 9 15:00:46 2010 +0200

    Updated the Additional Resources section.

 en-US/Working_with_Kernel_Modules.xml |   82 +++++++++++++++++++++------------
 1 files changed, 52 insertions(+), 30 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 1d5cfa6..9c50d0c 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -1342,35 +1342,57 @@ bond0</screen>
     id="s1-kernel-modules-additional-resources">
     <title>Additional Resources</title>
     <para>For more information on kernel modules and their utilities, refer to the following resources.</para>
-    <variablelist>
-      <varlistentry>
-        <term>man pages</term>
-        <listitem>
-          <para>
-            <command>lsmod</command>, <command>modprobe</command>, <command>mmod</command>, <command>modinfo</command> — Refer to the man pages for these commands to learn how to display module information and manipulate modules.
-          </para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <package>kernel-doc</package> package documentation</term>
-        <listitem>
-          <para>For in-depth documentation on the &MAJOROS; kernel, kernel modules and their parameters, install the <package>kernel-doc</package> package:</para>
-          <screen>~]#&#160;<command>yum install kernel-doc</command>
-          </screen>
-          <para>This package installs documentation under <filename>/usr/share/doc/kernel-doc-<replaceable>&lt;kernel_version&gt;</replaceable>/Documentation</filename>.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term>
-          <citetitle>Linux Loadable Kernel Module HOWTO</citetitle>
-        </term>
-        <listitem>
-          <para>
-            <ulink
-              url="http://tldp.org/HOWTO/Module-HOWTO/">http://tldp.org/HOWTO/Module-HOWTO/</ulink> — The  <citetitle>Linux Loadable Kernel Module HOWTO</citetitle> from the Linux Documentation Project.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
+    <section
+      id="s2-kernel-modules-additional-resource-installed">
+      <title>Installed Documentation</title>
+      <variablelist>
+        <varlistentry>
+          <term><command>man lsmod</command></term>
+          <listitem>
+            <para>The manual page for <command>lsmod</command> containing the full documentation on its usage.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><command>man modinfo</command></term>
+          <listitem>
+            <para>The manual page for <command>modinfo</command> containing the full documentation on its usage.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><command>man modprobe</command></term>
+          <listitem>
+            <para>The manual page for <command>modprobe</command> containing the full documentation on its usage.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><command>man rmmod</command></term>
+          <listitem>
+            <para>The manual page for <command>rmmod</command> containing the full documentation on its usage.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><filename class="directory">/usr/share/doc/kernel-doc-<replaceable>&lt;kernel_version&gt;</replaceable>/Documentation/</filename></term>
+          <listitem>
+            <para>A directory with in-depth documentation on the &MAJOROS; kernel, kernel modules, and their respective parameters.</para>
+            <note>
+              <title>Note: Make Sure You Have <package>kernel-doc</package> Installed</title>
+              <para>Refer to <xref linkend="sec-Installing" /> for more information on how to install new packages in &MAJOROS;.</para>
+            </note>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </section>
+    <section
+      id="s2-kernel-modules-additional-resource-online">
+      <title>Useful Websites</title>
+      <variablelist>
+        <varlistentry>
+          <term><ulink url="http://tldp.org/HOWTO/Module-HOWTO/"><citetitle pubwork="webpage">Linux Loadable Kernel Module HOWTO</citetitle></ulink></term>
+          <listitem>
+            <para>The <citetitle>Linux Loadable Kernel Module HOWTO</citetitle> from the Linux Documentation Project.</para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+    </section>
   </section>
 </chapter>


More information about the docs-commits mailing list