diff options
author | 2003-10-03 16:57:18 +0000 | |
---|---|---|
committer | 2003-10-03 16:57:18 +0000 | |
commit | 5843be98a4c046838e19e1423572b697cc267e23 (patch) | |
tree | 336870df7ae5acc0b9a14ab0b7b2e6a5e6f3bc40 /lib/libpthread/man | |
parent | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for (diff) | |
download | wireguard-openbsd-5843be98a4c046838e19e1423572b697cc267e23.tar.xz wireguard-openbsd-5843be98a4c046838e19e1423572b697cc267e23.zip |
remove error code that can't be returned;
from kensmith@freebsd (rev. 1.13);
ok marc@
Diffstat (limited to 'lib/libpthread/man')
-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 , |