summaryrefslogtreecommitdiffstats
path: root/doc/develenv/utils.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-24 16:40:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-24 16:40:49 +0000
commit818ab36a1c08ff460ee2ea84aa57fbebc5153867 (patch)
tree19c004af94255ea49583c74e1a5febf9dd14991e /doc/develenv/utils.t
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-818ab36a1c08ff460ee2ea84aa57fbebc5153867.tar.bz2
2003-03-24 Joel Sherrill <joel@OARcorp.com>
* direct.t, sample.t, utils.t: Significantly updated.
Diffstat (limited to '')
-rw-r--r--doc/develenv/utils.t35
1 files changed, 14 insertions, 21 deletions
diff --git a/doc/develenv/utils.t b/doc/develenv/utils.t
index af560486bd..13029a2e14 100644
--- a/doc/develenv/utils.t
+++ b/doc/develenv/utils.t
@@ -9,18 +9,11 @@
@chapter RTEMS Specific Utilities
This section describes the additional commands
-available within the RTEMS Development Environment. Although
+available within the @b{RTEMS Development Environment}. Although
some of these commands are of general use, most are included to
provide some capability necessary to perform a required function
in the development of the RTEMS executive, one of its support
-components, or an RTEMS based application. The commands have
-been classified into the following categories for clarity:
-
-@itemize @bullet
-@item C Language Specific Utilities
-
-@item Ada Language Specific Utilities
-@end itemize
+components, or an RTEMS based application.
Some of the commands are implemented as C programs.
However, most commands are implemented as Bourne shell scripts.
@@ -92,16 +85,10 @@ For example, ls(1) means see the standard ls command
in section 1 of the UNIX documentation. gcc020(1G) means see
the description of gcc020 in section 1 of the GNU documentation.
-@section C Language Specific Utilities
-
-The C language utilities provide a powerful set of
-tools which combine to allow operations within the RTEMS
-Development Environment to be consistent and easy to use. Much
-effort was devoted to providing as close to the standard UNIX
-and GNU style of operations as possible. Each of these
-utilities are described in the section below.
-
-@subsection packhex - Compress Hexadecimal File
+@c
+@c packhex
+@c
+@section packhex - Compress Hexadecimal File
@subheading SYNOPSIS
@@ -144,7 +131,10 @@ issue of Embedded Systems magazine. The code was downloaded
from their BBS. Unfortunately, the author's name was not
provided in the listing.
-@subsection unhex - Convert Hexadecimal File into Binary Equivalent
+@c
+@c unhex
+@c
+@section unhex - Convert Hexadecimal File into Binary Equivalent
@subheading SYNOPSIS
@@ -193,7 +183,10 @@ file binary.bin:
unhex -o binary.bin downloadA.sr downloadB.sr
@end example
-@subsection size_rtems - report RTEMS size information
+@c
+@c size_rtems
+@c
+@section size_rtems - report RTEMS size information
@subheading SYNOPSIS