summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore/directives.rst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c-user/semaphore/directives.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/semaphore/directives.rst b/c-user/semaphore/directives.rst
index 7c2a9c8..ce5deb0 100644
--- a/c-user/semaphore/directives.rst
+++ b/c-user/semaphore/directives.rst
@@ -466,9 +466,9 @@ Obtains the semaphore.
This parameter is the option set.
``timeout``
- This parameter is the timeout in clock ticks if the :c:macro:`RTEMS_WAIT`
- option is set. Use :c:macro:`RTEMS_NO_TIMEOUT` to wait potentially
- forever.
+ This parameter is the timeout in :term:`clock ticks <clock tick>` if the
+ :c:macro:`RTEMS_WAIT` option is set. Use :c:macro:`RTEMS_NO_TIMEOUT` to
+ wait potentially forever.
.. rubric:: DESCRIPTION: