* user/part.t, user/sem.t: Typos.
This commit is contained in:
Sebastian Huber
2011-07-15 13:36:55 +00:00
parent c02ff9d99b
commit 593fb9e3c5
3 changed files with 10 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
2011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* user/part.t, user/sem.t: Typos.
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit
+4 -4
View File
@@ -55,8 +55,8 @@ of the desired attribute components. The set of valid partition
attributes is provided in the following table:
@itemize @bullet
@item @code{@value{RPREFIX}LOCAL} - local task (default)
@item @code{@value{RPREFIX}GLOBAL} - global task
@item @code{@value{RPREFIX}LOCAL} - local partition (default)
@item @code{@value{RPREFIX}GLOBAL} - global partition
@end itemize
Attribute values are specifically designed to be
@@ -213,8 +213,8 @@ The following partition attribute constants are
defined by RTEMS:
@itemize @bullet
@item @code{@value{RPREFIX}LOCAL} - local task (default)
@item @code{@value{RPREFIX}GLOBAL} - global task
@item @code{@value{RPREFIX}LOCAL} - local partition (default)
@item @code{@value{RPREFIX}GLOBAL} - global partition
@end itemize
The PTCB for a global partition is allocated on the
+2 -2
View File
@@ -206,9 +206,9 @@ inheritance (default)
@item @code{@value{RPREFIX}NO_PRIORITY_CEILING} - do not use priority
ceiling (default)
@item @code{@value{RPREFIX}LOCAL} - local task (default)
@item @code{@value{RPREFIX}LOCAL} - local semaphore (default)
@item @code{@value{RPREFIX}GLOBAL} - global task
@item @code{@value{RPREFIX}GLOBAL} - global semaphore
@end itemize
Attribute values are specifically designed to be