mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +00:00
raise(3): Note that this sends a signal to the current thread, not process.
This is how it works (with threading libraries loaded) and what POSIX requires. MFC after: 1 week
This commit is contained in:
parent
a026a25b1d
commit
8949fcf0dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207749
@ -32,12 +32,12 @@
|
||||
.\" @(#)raise.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 4, 1993
|
||||
.Dd May 7, 2010
|
||||
.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
|
||||
@ -49,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
|
||||
|
Loading…
Reference in New Issue
Block a user