Fix typo ESRC -> ESRCH in pthread man pages.
This commit is contained in:
parent
e1399ed7a2
commit
a8aad86462
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user