Date: Tue, 31 May 2016 21:09:42 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r301076 - head/share/man/man3 Message-ID: <201605312109.u4VL9gbi097946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605312109.u4VL9gbi097946>