1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

- Remove error code that can't be returned (and original description

was not proper English)

PR:             docs/57434
Approved:       blackend (mentor)
Reviewed by:    deischen
This commit is contained in:
Ken Smith 2003-10-02 18:30:15 +00:00
parent 8b7358ca43
commit 9afe2022ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120670

View File

@ -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 ,