From d3ab7edea618eb29e79519e5d10907bbee98c0c4 Mon Sep 17 00:00:00 2001 From: kensmith Date: Thu, 2 Oct 2003 18:30:15 +0000 Subject: - 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(-) (limited to 'lib/libpthread/man') diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index fe491d9..b0f232f 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 , -- cgit v1.1