diff options
author | ru <ru@FreeBSD.org> | 2003-12-30 15:44:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-12-30 15:44:16 +0000 |
commit | c387e07b723bcc56cd69b1d94ac92026bd023cfb (patch) | |
tree | 46b5a8a01ce0845f6b9ae2d9bc046854d5c1aaa2 /share | |
parent | 555606b93f060cdeaedce261329445d4760a9343 (diff) | |
download | FreeBSD-src-c387e07b723bcc56cd69b1d94ac92026bd023cfb.zip FreeBSD-src-c387e07b723bcc56cd69b1d94ac92026bd023cfb.tar.gz |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/pthread_mutex_init.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man3/pthread_mutex_init.3 b/share/man/man3/pthread_mutex_init.3 index 11fbee9..4f3e918 100644 --- a/share/man/man3/pthread_mutex_init.3 +++ b/share/man/man3/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 , |