svn commit: r302011 - stable/10/share/man/man3

Jilles Tjoelker jilles at FreeBSD.org
Sat Jun 18 13:44:11 UTC 2016


Author: jilles
Date: Sat Jun 18 13:44:10 2016
New Revision: 302011
URL: https://svnweb.freebsd.org/changeset/base/302011

Log:
  MFC r301076: Fix typo ESRC -> ESRCH in pthread man pages.

Modified:
  stable/10/share/man/man3/pthread_attr_get_np.3
  stable/10/share/man/man3/pthread_resume_np.3
  stable/10/share/man/man3/pthread_suspend_np.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man3/pthread_attr_get_np.3
==============================================================================
--- stable/10/share/man/man3/pthread_attr_get_np.3	Sat Jun 18 13:42:33 2016	(r302010)
+++ stable/10/share/man/man3/pthread_attr_get_np.3	Sat Jun 18 13:44:10 2016	(r302011)
@@ -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: stable/10/share/man/man3/pthread_resume_np.3
==============================================================================
--- stable/10/share/man/man3/pthread_resume_np.3	Sat Jun 18 13:42:33 2016	(r302010)
+++ stable/10/share/man/man3/pthread_resume_np.3	Sat Jun 18 13:44:10 2016	(r302011)
@@ -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: stable/10/share/man/man3/pthread_suspend_np.3
==============================================================================
--- stable/10/share/man/man3/pthread_suspend_np.3	Sat Jun 18 13:42:33 2016	(r302010)
+++ stable/10/share/man/man3/pthread_suspend_np.3	Sat Jun 18 13:44:10 2016	(r302011)
@@ -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-stable mailing list