From dc1c4308d65835c2ae42b3a3fb593c95b01b485c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Feb 2008 23:56:30 +0000 Subject: 2008-02-21 Joel Sherrill * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added. --- doc/shell/memory.t | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc/shell/memory.t') diff --git a/doc/shell/memory.t b/doc/shell/memory.t index 69b18bdedf..05e630de0a 100644 --- a/doc/shell/memory.t +++ b/doc/shell/memory.t @@ -53,7 +53,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use mdump: +The following is an example of how to use @code{mdump}: @example EXAMPLE_TBD @@ -77,7 +77,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_mdump -The @code{COMMAND} is implemented by a C language function +The @code{mdump} is implemented by a C language function which has the following prototype: @example @@ -87,7 +87,7 @@ int rtems_shell_rtems_main_mdump( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{mdump} has the following prototype: @example @@ -122,7 +122,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use wdump: +The following is an example of how to use @code{wdump}: @example EXAMPLE_TBD @@ -146,7 +146,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_wdump -The @code{COMMAND} is implemented by a C language function +The @code{wdump} is implemented by a C language function which has the following prototype: @example @@ -156,7 +156,7 @@ int rtems_shell_rtems_main_wdump( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{wdump} has the following prototype: @example @@ -191,7 +191,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use medit: +The following is an example of how to use @code{medit}: @example EXAMPLE_TBD @@ -215,7 +215,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_medit -The @code{COMMAND} is implemented by a C language function +The @code{medit} is implemented by a C language function which has the following prototype: @example @@ -225,7 +225,7 @@ int rtems_shell_rtems_main_medit( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{medit} has the following prototype: @example @@ -260,7 +260,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use mfill: +The following is an example of how to use @code{mfill}: @example EXAMPLE_TBD @@ -284,7 +284,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_mfill -The @code{COMMAND} is implemented by a C language function +The @code{mfill} is implemented by a C language function which has the following prototype: @example @@ -294,7 +294,7 @@ int rtems_shell_rtems_main_mfill( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{mfill} has the following prototype: @example @@ -329,7 +329,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use mmove: +The following is an example of how to use @code{mmove}: @example EXAMPLE_TBD @@ -353,7 +353,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_mmove -The @code{COMMAND} is implemented by a C language function +The @code{mmove} is implemented by a C language function which has the following prototype: @example @@ -363,7 +363,7 @@ int rtems_shell_rtems_main_mmove( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{mmove} has the following prototype: @example @@ -398,7 +398,7 @@ NONE @subheading EXAMPLES: -The following is an example of how to use malloc: +The following is an example of how to use @code{malloc}: @example EXAMPLE_TBD @@ -422,7 +422,7 @@ shell commands have been configured. @findex rtems_shell_rtems_main_malloc -The @code{COMMAND} is implemented by a C language function +The @code{malloc} is implemented by a C language function which has the following prototype: @example @@ -432,7 +432,7 @@ int rtems_shell_rtems_main_malloc( ); @end example -The configuration structure for the @code{COMMAND} has the +The configuration structure for the @code{malloc} has the following prototype: @example -- cgit v1.2.3