summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 15:31:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-01 15:31:25 +0000
commitcb6c660501638805b583e8eb0d9860509ab8c228 (patch)
tree16e458afa2f889d874cd715205a1a5b88018f418 /doc
parent2008-11-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-cb6c660501638805b583e8eb0d9860509ab8c228.tar.bz2
2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/concepts.t: Id has four parts not three.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/concepts.t2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c3745c8ec5..5d82102e46 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * user/concepts.t: Id has four parts not three.
+
2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1340/cpukit
diff --git a/doc/user/concepts.t b/doc/user/concepts.t
index b4d1a3fcf8..23038d0f1a 100644
--- a/doc/user/concepts.t
+++ b/doc/user/concepts.t
@@ -119,7 +119,7 @@ void print_name(rtems_id the_object)
@need 3000
An object ID is a unique unsigned thirty-two bit
-entity composed of three parts: API, object class, node, and index.
+entity composed of four parts: API, object class, node, and index.
The data type @code{@value{DIRPREFIX}id} is used to store object IDs.