]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/raise.3
Libc-1158.30.7.tar.gz
[apple/libc.git] / gen / FreeBSD / raise.3
index 1a8fcd7e9ad673b1aa9e12194f32b391300b075d..59649b2a391e3f3fbc6ad60d464eb17e0826da6c 100644 (file)
 .\" 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.
 .\" 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