summaryrefslogtreecommitdiffstats
path: root/develenv
diff options
context:
space:
mode:
Diffstat (limited to 'develenv')
-rw-r--r--develenv/develenv_old_reference_only.rst9
-rw-r--r--develenv/directory.rst4
-rw-r--r--develenv/utilities.rst2
3 files changed, 6 insertions, 9 deletions
diff --git a/develenv/develenv_old_reference_only.rst b/develenv/develenv_old_reference_only.rst
index 3163ad4..2f1b2a5 100644
--- a/develenv/develenv_old_reference_only.rst
+++ b/develenv/develenv_old_reference_only.rst
@@ -1334,16 +1334,14 @@ issue of Embedded Systems magazine. The code was downloaded
from their BBS. Unfortunately, the author’s name was not
provided in the listing.
-.. COMMENT: unhex
-
unhex - Convert Hexadecimal File into Binary Equivalent
=======================================================
**SYNOPSIS**
-.. code:: c
+.. code:: shell
- unhex \[-valF] \[-o file] \[file \[file ...] ]
+ unhex [-valF] [-o file] [file [file ...] ]
**DESCRIPTION**
@@ -1388,11 +1386,8 @@ Command and Variable Index
There are currently no Command and Variable Index entries.
-.. COMMENT: @printindex fn
-
Concept Index
#############
There are currently no Concept Index entries.
-.. COMMENT: @printindex cp
diff --git a/develenv/directory.rst b/develenv/directory.rst
index fc1c8f7..33a64cd 100644
--- a/develenv/directory.rst
+++ b/develenv/directory.rst
@@ -126,7 +126,7 @@ the RTEMS source tree. The top of the tree will be referenced as
based upon whether they are used in the process of building RTEMS and
applications, are CPU specific, or are used to assist in updating the RTEMS
source tree and applications. The support utilities used in the process of
- building RTEMS are described in :ref:`RTEMS Specific Utilities`.
+ building RTEMS are described in :ref:`rtems-specific-utilities`.
These are the only components of this subtree that will be discussed
in this document.
@@ -411,7 +411,7 @@ included with the RTEMS and the directory in which they may be located:
This directory provides sample application tests which aid in the testing a
newly built RTEMS environment, a new BSP, or as starting points for the
development of an application using the RTEMS executive. They are
- discussed in `Sample Applications`_.
+ discussed in ::ref::`Sample Applications`.
``${RTEMS_ROOT}/testsuites/sptests/``
This directory contains the test suite for the RTEMS Classic API when
diff --git a/develenv/utilities.rst b/develenv/utilities.rst
index 70e493e..ee57fa6 100644
--- a/develenv/utilities.rst
+++ b/develenv/utilities.rst
@@ -1,5 +1,7 @@
.. comment SPDX-License-Identifier: CC-BY-SA-4.0
+.. _rtems-specific-utilities:
+
RTEMS Specific Utilities
########################