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.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix_users/mutex.t b/doc/posix_users/mutex.t
index b894538510..47f094dad4 100644
--- a/doc/posix_users/mutex.t
+++ b/doc/posix_users/mutex.t
@@ -580,8 +580,8 @@ The mutex has the protocol attribute of PTHREAD_PRIO_PROTECT and the
priority of the calling thread is higher than the current priority
ceiling.
-@item EDEADLK
-The current thread already owns the mutex.
+@item EBUSY
+The mutex is already locked.
@end table