summaryrefslogtreecommitdiffstats
path: root/doc/posix_users
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 19:39:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 19:39:19 +0000
commite73014b9cc7052111939e629c651fe7a08da4614 (patch)
tree6b5c8aaab2b1ae65380df80b451f44c66501c177 /doc/posix_users
parentAdded descriptions for bullet list and routine section headings. (diff)
downloadrtems-e73014b9cc7052111939e629c651fe7a08da4614.tar.bz2
Added sem_timedwait to bullet list at front of chapter.
Diffstat (limited to 'doc/posix_users')
-rw-r--r--doc/posix_users/semaphores.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/posix_users/semaphores.t b/doc/posix_users/semaphores.t
index 11f35e43a8..bf3de0ea43 100644
--- a/doc/posix_users/semaphores.t
+++ b/doc/posix_users/semaphores.t
@@ -23,6 +23,7 @@ The directives provided by the semaphore manager are:
@item @code{sem_unlink} - Remove a named semaphore
@item @code{sem_wait} - Lock a semaphore
@item @code{sem_trywait} - Lock a semaphore
+@item @code{sem_timedwait} - Wait on a Semaphore for a Specified Time
@item @code{sem_post} - Unlock a semaphore
@item @code{sem_getvalue} - Get the value of a semeaphore
@end itemize