From 7520c65ab360ce2eacec3ca64cf970faa1ca5d7b Mon Sep 17 00:00:00 2001 From: Gregory Nutt <gnutt@nuttx.org> Date: Sun, 13 Dec 2015 10:30:02 -0600 Subject: [PATCH] Trivial documentation update --- Documentation/NuttShell.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index edac2a9583..5186f937fc 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -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>