summaryrefslogtreecommitdiffstats
path: root/doc/user/event.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-06 19:21:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-06 19:21:50 +0000
commitf8892c9bdb2f4022bc52f39f2a1f4256b2832f11 (patch)
tree03f65cd51ed407ba4e2d6bcac593c343384ae6d9 /doc/user/event.t
parent2004-05-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f8892c9bdb2f4022bc52f39f2a1f4256b2832f11.tar.bz2
2004-05-06 Joel Sherrill <joel@OARcorp.com>
PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
Diffstat (limited to 'doc/user/event.t')
-rw-r--r--doc/user/event.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/event.t b/doc/user/event.t
index c8664b09a3..13d5af980f 100644
--- a/doc/user/event.t
+++ b/doc/user/event.t
@@ -295,6 +295,7 @@ procedure Event_Receive (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - event received successfully@*
@code{@value{RPREFIX}UNSATISFIED} - input event not satisfied (@code{@value{RPREFIX}NO_WAIT})@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{event_out} is NULL@*
@code{@value{RPREFIX}TIMEOUT} - timed out waiting for event
@subheading DESCRIPTION: