diff options
author | kensmith <kensmith@FreeBSD.org> | 2003-10-02 18:30:15 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2003-10-02 18:30:15 +0000 |
commit | d3ab7edea618eb29e79519e5d10907bbee98c0c4 (patch) | |
tree | a677cc9167d6f69b1b97e4d9ab1b7ff0125ca13f /lib | |
parent | 1857c0891b674258c28f179aeb7ac8084e6332af (diff) | |
download | FreeBSD-src-d3ab7edea618eb29e79519e5d10907bbee98c0c4.zip FreeBSD-src-d3ab7edea618eb29e79519e5d10907bbee98c0c4.tar.gz |
- Remove error code that can't be returned (and original description
was not proper English)
PR: docs/57434
Approved: blackend (mentor)
Reviewed by: deischen
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpthread/man/pthread_mutex_init.3 | 2 |
1 files changed, 0 insertions, 2 deletions
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 , |