From 9afe2022ac016fea71295895fb5071f6802f201a Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Thu, 2 Oct 2003 18:30:15 +0000 Subject: [PATCH] - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434 Approved: blackend (mentor) Reviewed by: deischen --- lib/libpthread/man/pthread_mutex_init.3 | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index fe491d939b4..b0f232fe093 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -63,8 +63,6 @@ The value specified by is invalid. .It Bq Er ENOMEM The process cannot allocate enough memory to create another mutex. -.It Bq Er EAGAIN -The temporarily lacks the resources to create another mutex. .El .Sh SEE ALSO .Xr pthread_mutex_destroy 3 ,