Fix typo ESRC -> ESRCH in pthread man pages.

This commit is contained in:
jilles 2016-05-31 21:09:42 +00:00
parent bc15278c4b
commit 4afa5fbece
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ function will fail if:
.Bl -tag -width Er
.It Bq Er EINVAL
Invalid value for one of given parameters.
.It Bq Er ESRC
.It Bq Er ESRCH
No thread could be found corresponding to that specified by the given
thread ID.
.El

View File

@ -57,7 +57,7 @@ function will fail if:
The value specified by the
.Fa tid
argument is invalid.
.It Bq Er ESRC
.It Bq Er ESRCH
No thread could be found corresponding to the thread ID specified by the
.Fa tid
argument.

View File

@ -63,7 +63,7 @@ An attempt was made to suspend the current thread.
The value specified by the
.Fa tid
argument is invalid.
.It Bq Er ESRC
.It Bq Er ESRCH
No thread could be found corresponding to the thread ID specified by the
.Fa tid
argument.