svn commit: r301076 - head/share/man/man3
Jilles Tjoelker
jilles at FreeBSD.org
Tue May 31 21:09:44 UTC 2016
Author: jilles
Date: Tue May 31 21:09:42 2016
New Revision: 301076
URL: https://svnweb.freebsd.org/changeset/base/301076
Log:
Fix typo ESRC -> ESRCH in pthread man pages.
Modified:
head/share/man/man3/pthread_attr_get_np.3
head/share/man/man3/pthread_resume_np.3
head/share/man/man3/pthread_suspend_np.3
Modified: head/share/man/man3/pthread_attr_get_np.3
==============================================================================
--- head/share/man/man3/pthread_attr_get_np.3 Tue May 31 20:54:42 2016 (r301075)
+++ head/share/man/man3/pthread_attr_get_np.3 Tue May 31 21:09:42 2016 (r301076)
@@ -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
Modified: head/share/man/man3/pthread_resume_np.3
==============================================================================
--- head/share/man/man3/pthread_resume_np.3 Tue May 31 20:54:42 2016 (r301075)
+++ head/share/man/man3/pthread_resume_np.3 Tue May 31 21:09:42 2016 (r301076)
@@ -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.
Modified: head/share/man/man3/pthread_suspend_np.3
==============================================================================
--- head/share/man/man3/pthread_suspend_np.3 Tue May 31 20:54:42 2016 (r301075)
+++ head/share/man/man3/pthread_suspend_np.3 Tue May 31 21:09:42 2016 (r301076)
@@ -63,7 +63,7 @@ An attempt was made to suspend the curre
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.
More information about the svn-src-all
mailing list