summaryrefslogtreecommitdiffstats
path: root/doc/shell/memory.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/shell/memory.t')
-rw-r--r--doc/shell/memory.t36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/shell/memory.t b/doc/shell/memory.t
index dea1d5fc48..69b18bdedf 100644
--- a/doc/shell/memory.t
+++ b/doc/shell/memory.t
@@ -35,12 +35,18 @@ The RTEMS shell has the following memory commands:
@subheading SYNOPSYS:
+@example
mdump [addr [size]]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -98,12 +104,18 @@ extern rtems_shell_cmd_t rtems_shell_MDUMP_Command;
@subheading SYNOPSYS:
+@example
wdump [addr [size]]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -161,12 +173,18 @@ extern rtems_shell_cmd_t rtems_shell_WDUMP_Command;
@subheading SYNOPSYS:
+@example
medit addr value [value ...]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -224,12 +242,18 @@ extern rtems_shell_cmd_t rtems_shell_MEDIT_Command;
@subheading SYNOPSYS:
+@example
mfill addr size value
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -287,12 +311,18 @@ extern rtems_shell_cmd_t rtems_shell_MFILL_Command;
@subheading SYNOPSYS:
+@example
mmove dst src size
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -350,12 +380,18 @@ extern rtems_shell_cmd_t rtems_shell_MMOVE_Command;
@subheading SYNOPSYS:
+@example
malloc [info|stats]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE