Fix typo ESRC -> ESRCH in pthread man pages.

This commit is contained in:
Jilles Tjoelker 2016-05-31 21:09:42 +00:00
parent e1399ed7a2
commit a8aad86462
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301076
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.