summaryrefslogtreecommitdiffstats
path: root/doc/shell/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 23:56:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 23:56:30 +0000
commitdc1c4308d65835c2ae42b3a3fb593c95b01b485c (patch)
tree5c52d5b85cf950239051099c22cf53c9026ef755 /doc/shell/network.t
parent2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dc1c4308d65835c2ae42b3a3fb593c95b01b485c.tar.bz2
2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added.
Diffstat (limited to 'doc/shell/network.t')
-rw-r--r--doc/shell/network.t18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/shell/network.t b/doc/shell/network.t
index 2091bb0366..c839c0c978 100644
--- a/doc/shell/network.t
+++ b/doc/shell/network.t
@@ -50,7 +50,7 @@ NONE
@subheading EXAMPLES:
-The following is an example of how to use netstats:
+The following is an example of how to use @code{netstats}:
@example
EXAMPLE_TBD
@@ -74,7 +74,7 @@ shell commands have been configured.
@findex rtems_shell_rtems_main_netstats
-The @code{COMMAND} is implemented by a C language function
+The @code{netstats} is implemented by a C language function
which has the following prototype:
@example
@@ -84,7 +84,7 @@ int rtems_shell_rtems_main_netstats(
);
@end example
-The configuration structure for the @code{COMMAND} has the
+The configuration structure for the @code{netstats} has the
following prototype:
@example
@@ -119,7 +119,7 @@ NONE
@subheading EXAMPLES:
-The following is an example of how to use ifconfig:
+The following is an example of how to use @code{ifconfig}:
@example
EXAMPLE_TBD
@@ -143,7 +143,7 @@ shell commands have been configured.
@findex rtems_shell_rtems_main_ifconfig
-The @code{COMMAND} is implemented by a C language function
+The @code{ifconfig} is implemented by a C language function
which has the following prototype:
@example
@@ -153,7 +153,7 @@ int rtems_shell_rtems_main_ifconfig(
);
@end example
-The configuration structure for the @code{COMMAND} has the
+The configuration structure for the @code{ifconfig} has the
following prototype:
@example
@@ -188,7 +188,7 @@ NONE
@subheading EXAMPLES:
-The following is an example of how to use route:
+The following is an example of how to use @code{route}:
@example
EXAMPLE_TBD
@@ -212,7 +212,7 @@ shell commands have been configured.
@findex rtems_shell_rtems_main_route
-The @code{COMMAND} is implemented by a C language function
+The @code{route} is implemented by a C language function
which has the following prototype:
@example
@@ -222,7 +222,7 @@ int rtems_shell_rtems_main_route(
);
@end example
-The configuration structure for the @code{COMMAND} has the
+The configuration structure for the @code{route} has the
following prototype:
@example