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. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"