Trivial documentation update

This commit is contained in:
Gregory Nutt 2015-12-13 10:30:02 -06:00
parent e6133792e4
commit 7520c65ab3

View File

@ -1890,14 +1890,14 @@ lsmod
Show information about the currently installed OS modules. This information includes:
</p>
<ul>
<li>The module name assigned to the module when it was installed (NAME).</li>
<li>The address of the module initialization function (INIT).</li>
<li>The address of the module un-initialization function (UNINIT).</li>
<li>An argument that will be passed to the module un-initialization function (ARG).</li>
<li>The start of the .text memory region (TEXT).</li>
<li>The size of the .text memory region size (SIZE).</li>
<li>The start of the .bss/.data memory region (DATA).</li>
<li>The size of the .bss/.data memory region size (SIZE).</li>
<li>The module name assigned to the module when it was installed (<code>NAME</code>, string).</li>
<li>The address of the module initialization function (<code>INIT</code>, hexadecimal).</li>
<li>The address of the module un-initialization function (<code>UNINIT</code>, hexadecimal).</li>
<li>An argument that will be passed to the module un-initialization function (<code>ARG</code>, hexadecimal).</li>
<li>The start of the .text memory region (<code>TEXT</code>, hexadecimal).</li>
<li>The size of the .text memory region size (<code>SIZE</code>, decimal).</li>
<li>The start of the .bss/.data memory region (<code>DATA</code>, hexadecimal).</li>
<li>The size of the .bss/.data memory region size (<code>SIZE</code>, decimal).</li>
</ul>
<p><b>Example:</b></p>
<ul><pre>