X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/9385eb3d10ebe5eb398c52040ec3dbfba9b0cdcf..c13ac0be4e632012a2344baecc513dfb99811ccd:/gen/FreeBSD/raise.3 diff --git a/gen/FreeBSD/raise.3 b/gen/FreeBSD/raise.3 index 1a8fcd7..59649b2 100644 --- a/gen/FreeBSD/raise.3 +++ b/gen/FreeBSD/raise.3 @@ -13,10 +13,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. @@ -34,14 +30,14 @@ .\" SUCH DAMAGE. .\" .\" @(#)raise.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD: src/lib/libc/gen/raise.3,v 1.7 2001/10/01 16:08:51 ru Exp $ +.\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd September 21, 2016 .Dt RAISE 3 .Os .Sh NAME .Nm raise -.Nd send a signal to the current process +.Nd send a signal to the current thread .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -53,7 +49,7 @@ The .Fn raise function sends the signal .Fa sig -to the current process. +to the current thread. .Sh RETURN VALUES .Rv -std raise .Sh ERRORS @@ -66,9 +62,10 @@ for any of the errors specified for the library functions .Xr getpid 2 and -.Xr kill 2 . +.Xr pthread_kill 2 . .Sh SEE ALSO -.Xr kill 2 +.Xr kill 2 , +.Xr pthread_kill 2 .Sh STANDARDS The .Fn raise