summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:19:00 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:19:00 -0500
commita1c718077367b5d3a6aa8ddf02274fa6d92ef1b3 (patch)
treee8abf9b2eab81911ec6112f5c260ed6472959afb
parentdevelenv/sample.rst: Correct formatting error (diff)
downloadrtems-docs-a1c718077367b5d3a6aa8ddf02274fa6d92ef1b3.tar.bz2
Misc: Capitalize RTEMS.
-rw-r--r--bsp_howto/ata.rst4
-rw-r--r--bsp_howto/bsp_howto_old_reference_only.rst4
-rw-r--r--shell/rtems_specific_commands.rst6
-rw-r--r--shell/shell_old_reference_only.rst6
4 files changed, 10 insertions, 10 deletions
diff --git a/bsp_howto/ata.rst b/bsp_howto/ata.rst
index 66a2919..1d3546d 100644
--- a/bsp_howto/ata.rst
+++ b/bsp_howto/ata.rst
@@ -134,11 +134,11 @@ minor number device is attached to, device number on the controller):
.. code-block:: c
/*
- * Mapping of rtems ATA devices to the following pairs:
+ * Mapping of RTEMS ATA devices to the following pairs:
* (IDE controller number served the device, device number on the controller)
*/
typedef struct ata_ide_dev_s {
- int ctrl_minor;/* minor number of IDE controller serves rtems ATA device */
+ int ctrl_minor;/* minor number of IDE controller serves RTEMS ATA device */
int device; /* device number on IDE controller (0 or 1) */
} ata_ide_dev_t;
diff --git a/bsp_howto/bsp_howto_old_reference_only.rst b/bsp_howto/bsp_howto_old_reference_only.rst
index 7de11a5..ea68b57 100644
--- a/bsp_howto/bsp_howto_old_reference_only.rst
+++ b/bsp_howto/bsp_howto_old_reference_only.rst
@@ -2983,11 +2983,11 @@ on the controller):
.. code:: c
/*
- * Mapping of rtems ATA devices to the following pairs:
+ * Mapping of RTEMS ATA devices to the following pairs:
* (IDE controller number served the device, device number on the controller)
\*/
typedef struct ata_ide_dev_s {
- int ctrl_minor;/* minor number of IDE controller serves rtems ATA device \*/
+ int ctrl_minor;/* minor number of IDE controller serves RTEMS ATA device \*/
int device; /* device number on IDE controller (0 or 1) \*/
} ata_ide_dev_t;
diff --git a/shell/rtems_specific_commands.rst b/shell/rtems_specific_commands.rst
index 22027ce..cbf2e54 100644
--- a/shell/rtems_specific_commands.rst
+++ b/shell/rtems_specific_commands.rst
@@ -10,7 +10,7 @@ RTEMS Specific Commands
Introduction
============
-The RTEMS shell has the following rtems commands:
+The RTEMS shell has the following RTEMS specific commands:
- shutdown_ - Shutdown the system
@@ -1148,7 +1148,7 @@ The configuration structure for the ``part`` has the following prototype:
.. _object:
-object - display information about rtems objects
+object - display information about RTEMS objects
------------------------------------------------
.. index:: object
@@ -1221,7 +1221,7 @@ following prototype:
.. _driver:
-driver - display the rtems device driver table
+driver - display the RTEMS device driver table
----------------------------------------------
.. index:: driver
diff --git a/shell/shell_old_reference_only.rst b/shell/shell_old_reference_only.rst
index 9edc151..558e286 100644
--- a/shell/shell_old_reference_only.rst
+++ b/shell/shell_old_reference_only.rst
@@ -5006,7 +5006,7 @@ RTEMS Specific Commands
Introduction
============
-The RTEMS shell has the following rtems commands:
+The RTEMS shell has the following RTEMS specific commands:
- ``shutdown`` - Shutdown the system
@@ -6092,7 +6092,7 @@ following prototype:
extern rtems_shell_cmd_t rtems_shell_PART_Command;
-object - display information about rtems objects
+object - display information about RTEMS objects
------------------------------------------------
.. index:: object
@@ -6160,7 +6160,7 @@ following prototype:
extern rtems_shell_cmd_t rtems_shell_OBJECT_Command;
-driver - display the rtems device driver table
+driver - display the RTEMS device driver table
----------------------------------------------
.. index:: driver