[rtems-docs commit] barrier: Reword "forever" -> "until [..] released"

Joel Sherrill joel at rtems.org
Thu Nov 7 00:37:53 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    a62dfdeaa24cc09fac350fb14e32a64c4595c076
Changeset: http://git.rtems.org/rtems-docs/commit/?id=a62dfdeaa24cc09fac350fb14e32a64c4595c076

Author:    Martin Erik Werner <martinerikwerner at gmail.com>
Date:      Wed Oct  2 23:22:25 2019 +0200

barrier: Reword "forever" -> "until [..] released"

---

 c-user/barrier_manager.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c-user/barrier_manager.rst b/c-user/barrier_manager.rst
index 72629bf..dc50eb5 100644
--- a/c-user/barrier_manager.rst
+++ b/c-user/barrier_manager.rst
@@ -357,7 +357,7 @@ DESCRIPTION:
     This directive waits at the barrier specified by ``id``.  The timeout
     parameter specifies the maximum interval the calling task is willing to be
     blocked waiting for the barrier.  If it is set to ``RTEMS_NO_TIMEOUT``,
-    then the calling task will wait forever.
+    then the calling task will wait until the barrier is released.
 
     Conceptually, the calling task should always be thought of as blocking when
     it makes this call and being unblocked when the barrier is released.  If



More information about the vc mailing list