This commit is contained in:
Michael Kerrisk 2008-04-17 22:14:08 +00:00
parent 031cb604f1
commit 2737254c0a
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ pthread_kill(pthread_self(), sig);
.in
.PP
If the signal causes a handler to be called,
.I raise ()
.BR raise ()
will only return after the signal handler has returned.
.SH "RETURN VALUE"
.B raise ()
.BR raise ()
returns 0 on success, and non-zero for failure.
.SH "CONFORMING TO"
C89, C99, POSIX.1-2001.