summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore/directives.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-22 13:45:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-27 09:44:51 +0200
commit6ee9317ee91af413363c05a5f7ba6c612a7bec2c (patch)
tree383857f8ef9d36cc7d9fa5ec3be114e8d366a629 /c-user/semaphore/directives.rst
parentlegacy-networking: Add note with build instructions for rtems-net-legacy (diff)
downloadrtems-docs-6ee9317ee91af413363c05a5f7ba6c612a7bec2c.tar.bz2
c-user: Use glossary term
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: