summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 18:35:41 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 18:35:41 -0500
commitc2cefaa3ff6ec03dc041be625beb6f4aa459840d (patch)
treea51c0e805c61bec7d97e1720b8e4ec193316978b
parentdevelenv: Fix build errors (diff)
downloadrtems-docs-c2cefaa3ff6ec03dc041be625beb6f4aa459840d.tar.bz2
develenv: Fix build errors for real
-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
########################