From c387e07b723bcc56cd69b1d94ac92026bd023cfb Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 30 Dec 2003 15:44:16 +0000 Subject: Pull revision 1.13 from libpthread/man/pthread_mutex_init.3: - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434 --- lib/libc_r/man/pthread_mutex_init.3 | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/libc_r/man') diff --git a/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3 index 11fbee9..4f3e918 100644 --- a/lib/libc_r/man/pthread_mutex_init.3 +++ b/lib/libc_r/man/pthread_mutex_init.3 @@ -64,8 +64,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