summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-07-15 13:36:55 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-07-15 13:36:55 +0000
commit593fb9e3c55630a01cf549b9484a2b2e81998474 (patch)
tree097a36785d3083de2359fb7690c611ca284b7f14
parentAbandon. (diff)
downloadrtems-593fb9e3c55630a01cf549b9484a2b2e81998474.tar.bz2
2011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
* user/part.t, user/sem.t: Typos.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/user/part.t8
-rw-r--r--doc/user/sem.t4
3 files changed, 10 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d57fd408d8..72610f9993 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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
diff --git a/doc/user/part.t b/doc/user/part.t
index 4dad69d5a0..04641792ed 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -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
diff --git a/doc/user/sem.t b/doc/user/sem.t
index be0532fa50..00cdc3ba03 100644
--- a/doc/user/sem.t
+++ b/doc/user/sem.t
@@ -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