Misc: Capitalize RTEMS.

This commit is contained in:
Joel Sherrill 2016-10-27 19:19:00 -05:00
parent f3dbb02b9d
commit a1c7180773
4 changed files with 10 additions and 10 deletions

View File

@ -134,11 +134,11 @@ minor number device is attached to, device number on the controller):
.. code-block:: c .. 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) * (IDE controller number served the device, device number on the controller)
*/ */
typedef struct ata_ide_dev_s { 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) */ int device; /* device number on IDE controller (0 or 1) */
} ata_ide_dev_t; } ata_ide_dev_t;

View File

@ -2983,11 +2983,11 @@ on the controller):
.. code:: c .. 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) * (IDE controller number served the device, device number on the controller)
\*/ \*/
typedef struct ata_ide_dev_s { 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) \*/ int device; /* device number on IDE controller (0 or 1) \*/
} ata_ide_dev_t; } ata_ide_dev_t;

View File

@ -10,7 +10,7 @@ RTEMS Specific Commands
Introduction Introduction
============ ============
The RTEMS shell has the following rtems commands: The RTEMS shell has the following RTEMS specific commands:
- shutdown_ - Shutdown the system - shutdown_ - Shutdown the system
@ -1148,7 +1148,7 @@ The configuration structure for the ``part`` has the following prototype:
.. _object: .. _object:
object - display information about rtems objects object - display information about RTEMS objects
------------------------------------------------ ------------------------------------------------
.. index:: object .. index:: object
@ -1221,7 +1221,7 @@ following prototype:
.. _driver: .. _driver:
driver - display the rtems device driver table driver - display the RTEMS device driver table
---------------------------------------------- ----------------------------------------------
.. index:: driver .. index:: driver

View File

@ -5006,7 +5006,7 @@ RTEMS Specific Commands
Introduction Introduction
============ ============
The RTEMS shell has the following rtems commands: The RTEMS shell has the following RTEMS specific commands:
- ``shutdown`` - Shutdown the system - ``shutdown`` - Shutdown the system
@ -6092,7 +6092,7 @@ following prototype:
extern rtems_shell_cmd_t rtems_shell_PART_Command; extern rtems_shell_cmd_t rtems_shell_PART_Command;
object - display information about rtems objects object - display information about RTEMS objects
------------------------------------------------ ------------------------------------------------
.. index:: object .. index:: object
@ -6160,7 +6160,7 @@ following prototype:
extern rtems_shell_cmd_t rtems_shell_OBJECT_Command; 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 .. index:: driver