X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Fraise.3;h=1adabc0b837c797338c63bca07cc370f64aac6b4;hp=851fa0e87c8558b076360b9bea2f3d624272aa74;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=504d22d4a96ccb4837812eca7e370714a5ed57f3 diff --git a/original/man3/raise.3 b/original/man3/raise.3 index 851fa0e8..1adabc0b 100644 --- a/original/man3/raise.3 +++ b/original/man3/raise.3 @@ -26,7 +26,7 @@ .\" Modified Sat Jul 24 18:40:56 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995 by Mike Battersby (mib@deakin.edu.au) .\" -.TH RAISE 3 2012-04-20 "GNU" "Linux Programmer's Manual" +.TH RAISE 3 2014-03-10 "GNU" "Linux Programmer's Manual" .SH NAME raise \- send a signal to the caller .SH SYNOPSIS @@ -61,6 +61,11 @@ will return only after the signal handler has returned. .SH RETURN VALUE .BR raise () returns 0 on success, and nonzero for failure. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR raise () +function is thread-safe. .SH CONFORMING TO C89, C99, POSIX.1-2001. .SH NOTES @@ -81,3 +86,12 @@ using .BR signal (2), .BR pthread_kill (3), .BR signal (7) +.SH COLOPHON +This page is part of release 3.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/.