2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/concepts.t: Id has four parts not three.
This commit is contained in:
Joel Sherrill
2008-12-01 15:31:25 +00:00
parent f82452b0ee
commit cb6c660501
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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.