summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/mutex.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix_users/mutex.t')
-rw-r--r--doc/posix_users/mutex.t6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/posix_users/mutex.t b/doc/posix_users/mutex.t
index c818ee5ce2..998964152f 100644
--- a/doc/posix_users/mutex.t
+++ b/doc/posix_users/mutex.t
@@ -1,5 +1,5 @@
@c
-@c COPYRIGHT (c) 1988-2002.
+@c COPYRIGHT (c) 1989-2008.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@@ -630,6 +630,10 @@ ceiling.
@item EDEADLK
The current thread already owns the mutex.
+@item ETIMEDOUT
+The calling thread was unable to obtain the mutex within the specified
+timeout period.
+
@end table
@subheading DESCRIPTION: