summaryrefslogtreecommitdiffstats
path: root/c_user
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-17 11:49:55 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit080608f70fd9ffd434c6c3a93781af1a129e2ddd (patch)
tree07b54aa9f7f29cb9ab70c561437a1dc5467afad7 /c_user
parentClean up (diff)
downloadrtems-docs-080608f70fd9ffd434c6c3a93781af1a129e2ddd.tar.bz2
Manually apply patch from textinfo dooc.
Patch https://git.rtems.org/rtems/commit/?id=265312a5be98d59e9758cc78c0f313920fa40016
Diffstat (limited to 'c_user')
-rw-r--r--c_user/key_concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_user/key_concepts.rst b/c_user/key_concepts.rst
index 16d1fe1..9927584 100644
--- a/c_user/key_concepts.rst
+++ b/c_user/key_concepts.rst
@@ -38,7 +38,7 @@ facilitate efficient object manipulation by the executive.
Object Names
------------
.. index:: object name
-.. index:: rtems_object_name
+.. index:: rtems_name
An object name is an unsigned thirty-two bit entity associated with the object
by the user. The data type ``rtems_name`` is used to store object
@@ -52,7 +52,7 @@ example illustrates this: .. code:: c
.. code:: c
- rtems_object_name my_name;
+ rtems_name my_name;
my_name = rtems_build_name( 'L', 'I', 'T', 'E' );
However, it is not required that the application use ASCII characters to build