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:38 +00:00
parent f4d9c474fd
commit d13db6a837
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-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/concepts.t: Use 32 bit version centered.

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.