summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Erik Werner <martinerikwerner@gmail.com>2019-09-04 23:05:03 +0200
committerJoel Sherrill <joel@rtems.org>2019-11-06 18:37:44 -0600
commit5207248d1d97620ad832f3cab7d195fa716bb59f (patch)
tree72a3dbdf11adb4f6b2dcdad23b95add4a6d12bf0
parentbarrier: Remove leftover semaphore remnants (diff)
downloadrtems-docs-5207248d1d97620ad832f3cab7d195fa716bb59f.tar.bz2
barrier: Remove unfinished sentence
Remove the unfinished sentence "Since a barrier is, by definition, never immediately [...]" and jump directly to "The task may wait [forever or for a timeout]" instead. I cannot figure out what the unfinished sentence is supposed to be - "released"? "passed"?
-rw-r--r--c-user/barrier_manager.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/c-user/barrier_manager.rst b/c-user/barrier_manager.rst
index e5d69b0..9a57645 100644
--- a/c-user/barrier_manager.rst
+++ b/c-user/barrier_manager.rst
@@ -119,10 +119,9 @@ Waiting at a Barrier
--------------------
The ``rtems_barrier_wait`` directive is used to wait at
-the specified barrier. Since a barrier is, by definition, never immediately,
-the task may wait forever for the barrier to be released or it may
-specify a timeout. Specifying a timeout limits the interval the task will
-wait before returning with an error status code.
+the specified barrier. The task may wait forever for the barrier to be
+released or it may specify a timeout. Specifying a timeout limits the interval
+the task will wait before returning with an error status code.
If the barrier is configured as automatic and there are already one less then
the maximum number of waiters, then the call will unblock all tasks waiting at