summaryrefslogtreecommitdiffstats
path: root/doc/user/barrier.t
diff options
context:
space:
mode:
authorGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
committerGlenn Humphrey <glenn.humphrey@oarcorp.com>2007-10-25 19:46:41 +0000
commit4ffbc495141dedadf3d0a9b0748c4176fd0acde0 (patch)
treec9a339022218fd5985125755c62cfdceec3067de /doc/user/barrier.t
parentadded documentation to libi2c (diff)
downloadrtems-4ffbc495141dedadf3d0a9b0748c4176fd0acde0.tar.bz2
2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.
Diffstat (limited to 'doc/user/barrier.t')
-rw-r--r--doc/user/barrier.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/barrier.t b/doc/user/barrier.t
index 420a9e5a2d..087dd8cbe8 100644
--- a/doc/user/barrier.t
+++ b/doc/user/barrier.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1988-2007.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -362,9 +362,9 @@ id can delete the barrier.
@subheading CALLING SEQUENCE:
@ifset is-C
-@findex rtems_barrier_obtain
+@findex rtems_barrier_wait
@example
-rtems_status_code rtems_barrier_obtain(
+rtems_status_code rtems_barrier_wait(
rtems_id id,
rtems_unsigned32 option_set,
rtems_interval timeout
@@ -374,7 +374,7 @@ rtems_status_code rtems_barrier_obtain(
@ifset is-Ada
@example
-procedure Barrier_Obtain (
+procedure Barrier_Wait (
ID : in RTEMS.ID;
Option_Set : in RTEMS.Option;
Timeout : in RTEMS.Interval;