summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2016-05-31 21:09:42 +0000
committerjilles <jilles@FreeBSD.org>2016-05-31 21:09:42 +0000
commit4afa5fbeced93ca2855e8a790d19dfe65d31196b (patch)
tree029b16ca1674bf4009fe9aeafd12c76af40cbaeb
parentbc15278c4b93274a7d9ca052f6155d9be5165423 (diff)
downloadFreeBSD-src-4afa5fbeced93ca2855e8a790d19dfe65d31196b.zip
FreeBSD-src-4afa5fbeced93ca2855e8a790d19dfe65d31196b.tar.gz
Fix typo ESRC -> ESRCH in pthread man pages.
-rw-r--r--share/man/man3/pthread_attr_get_np.32
-rw-r--r--share/man/man3/pthread_resume_np.32
-rw-r--r--share/man/man3/pthread_suspend_np.32
3 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/pthread_attr_get_np.3 b/share/man/man3/pthread_attr_get_np.3
index e43bcf3..a23cac6 100644
--- a/share/man/man3/pthread_attr_get_np.3
+++ b/share/man/man3/pthread_attr_get_np.3
@@ -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
diff --git a/share/man/man3/pthread_resume_np.3 b/share/man/man3/pthread_resume_np.3
index eba7568..898dbf9 100644
--- a/share/man/man3/pthread_resume_np.3
+++ b/share/man/man3/pthread_resume_np.3
@@ -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.
diff --git a/share/man/man3/pthread_suspend_np.3 b/share/man/man3/pthread_suspend_np.3
index e68b317..ca8c72a 100644
--- a/share/man/man3/pthread_suspend_np.3
+++ b/share/man/man3/pthread_suspend_np.3
@@ -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.
OpenPOWER on IntegriCloud