diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-03 16:57:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-03 16:57:19 +0000 |
commit | bf859b3afcf384a395363c0116f06c9774b4a4e9 (patch) | |
tree | 7b23da5e94c59c2de5364f5665d9cef39e6a6564 /lib/libpthread/man/pthread_mutex_init.3 | |
parent | 24c386b577f126bce761c7288e987ae93c36aa88 (diff) |
remove error code that can't be returned;
from kensmith@freebsd (rev. 1.13);
ok marc@
Diffstat (limited to 'lib/libpthread/man/pthread_mutex_init.3')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_mutex_init.3 b/lib/libpthread/man/pthread_mutex_init.3 index 2083eace48a..332b0240ba8 100644 --- a/lib/libpthread/man/pthread_mutex_init.3 +++ b/lib/libpthread/man/pthread_mutex_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_mutex_init.3,v 1.8 2003/05/18 13:06:33 jmc Exp $ +.\" $OpenBSD: pthread_mutex_init.3,v 1.9 2003/10/03 16:57:18 jmc Exp $ .\" .\" Copyright (c) 1997 Brian Cully <shmit@kublai.com> .\" All rights reserved. @@ -65,8 +65,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 system temporarily lacks the resources to create another mutex. .El .Sh SEE ALSO .Xr pthread_mutex_destroy 3 , |