From 7520c65ab360ce2eacec3ca64cf970faa1ca5d7b Mon Sep 17 00:00:00 2001
From: Gregory Nutt
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 edac2a9583c..5186f937fc7 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:
- - The module name assigned to the module when it was installed (NAME).
- - The address of the module initialization function (INIT).
- - The address of the module un-initialization function (UNINIT).
- - An argument that will be passed to the module un-initialization function (ARG).
- - The start of the .text memory region (TEXT).
- - The size of the .text memory region size (SIZE).
- - The start of the .bss/.data memory region (DATA).
- - The size of the .bss/.data memory region size (SIZE).
+ - The module name assigned to the module when it was installed (
NAME, string).
+ - The address of the module initialization function (
INIT, hexadecimal).
+ - The address of the module un-initialization function (
UNINIT, hexadecimal).
+ - An argument that will be passed to the module un-initialization function (
ARG, hexadecimal).
+ - The start of the .text memory region (
TEXT, hexadecimal).
+ - The size of the .text memory region size (
SIZE, decimal).
+ - The start of the .bss/.data memory region (
DATA, hexadecimal).
+ - The size of the .bss/.data memory region size (
SIZE, decimal).
Example: