aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-12-30 15:44:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-12-30 15:44:16 +0000
commite09cec395d7199759d2307a4a0d6be33ab642c14 (patch)
tree46b5a8a01ce0845f6b9ae2d9bc046854d5c1aaa2 /lib/libc_r
parent8aa55d81261e0b5806a9c896d6b93f15d644a141 (diff)
Notes
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/man/pthread_mutex_init.32
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc_r/man/pthread_mutex_init.3 b/lib/libc_r/man/pthread_mutex_init.3
index 11fbee9162c8..4f3e918fa37b 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 ,