summaryrefslogtreecommitdiffstats
path: root/c_user/event_manager.rst
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:37:40 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd389819eea3a84e388935153e3be847342809da3 (patch)
tree15cfe55f41281cead805ce87f66c5d7248caa9ce /c_user/event_manager.rst
parentRemove ada_user document. (diff)
downloadrtems-docs-d389819eea3a84e388935153e3be847342809da3.tar.bz2
Convert all Unicode to ASCII(128)
Diffstat (limited to 'c_user/event_manager.rst')
-rw-r--r--c_user/event_manager.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/c_user/event_manager.rst b/c_user/event_manager.rst
index cfe3cc5..740d127 100644
--- a/c_user/event_manager.rst
+++ b/c_user/event_manager.rst
@@ -116,10 +116,10 @@ the target task, one of the following situations applies:
- Target Task is Blocked Waiting for Events
- - If the waiting task’s input event condition is
+ - If the waiting task's input event condition is
satisfied, then the task is made ready for execution.
- - If the waiting task’s input event condition is not
+ - If the waiting task's input event condition is not
satisfied, then the event set is posted but left pending and the
task remains blocked.
@@ -170,8 +170,8 @@ pending then the ``RTEMS_UNSATISFIED`` status code will be returned.
Directives
==========
-This section details the event manager’s directives.
-A subsection is dedicated to each of this manager’s directives
+This section details the event manager's directives.
+A subsection is dedicated to each of this manager's directives
and describes the calling sequence, related constants, usage,
and status codes.
@@ -198,7 +198,7 @@ EVENT_SEND - Send event set to a task
**DESCRIPTION:**
This directive sends an event set, event_in, to the
-task specified by id. If a blocked task’s input event condition
+task specified by id. If a blocked task's input event condition
is satisfied by this directive, then it will be made ready. If
its input event condition is not satisfied, then the events
satisfied are updated and the events not satisfied are left