[rtems commit] Misc: Capitalize RTEMS.

Joel Sherrill joel at rtems.org
Fri Oct 28 01:03:07 UTC 2016


Module:    rtems
Branch:    master
Commit:    a1c718077367b5d3a6aa8ddf02274fa6d92ef1b3
Changeset: http://git.rtems.org/rtems/commit/?id=a1c718077367b5d3a6aa8ddf02274fa6d92ef1b3

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Oct 27 19:19:00 2016 -0500

Misc: Capitalize RTEMS.

---

 bsp_howto/ata.rst                          | 4 ++--
 bsp_howto/bsp_howto_old_reference_only.rst | 4 ++--
 shell/rtems_specific_commands.rst          | 6 +++---
 shell/shell_old_reference_only.rst         | 6 +++---
 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
 




More information about the vc mailing list