summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2010-05-07 17:20:15 +0000
committerjilles <jilles@FreeBSD.org>2010-05-07 17:20:15 +0000
commitc7f2e5c804d1e1f486b02bed91a44bc4603a6c61 (patch)
treefacb6ca6e90ae0b77ca0c2778a004b9eebc5ba75 /lib/libc
parent7b9871fb1a204bb3ff15c06f23cf67abbeabef55 (diff)
downloadFreeBSD-src-c7f2e5c804d1e1f486b02bed91a44bc4603a6c61.zip
FreeBSD-src-c7f2e5c804d1e1f486b02bed91a44bc4603a6c61.tar.gz
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
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/raise.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3
index 5f422c5..fe75268 100644
--- a/lib/libc/gen/raise.3
+++ b/lib/libc/gen/raise.3
@@ -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
OpenPOWER on IntegriCloud