Minor changes

This commit is contained in:
Michael Kerrisk 2006-03-02 02:04:20 +00:00
parent 6e9bcaa847
commit 08140a81ac
1 changed files with 3 additions and 2 deletions

View File

@ -58,10 +58,9 @@ struct sigevent {
void *sigev_notify_attributes;
/* Thread function attributes */
};
.fi
.in -0.25i
.PP
If
.I notification
is a non-NULL pointer, then
@ -105,6 +104,8 @@ is set to the value specified in
is set to the PID of the process that sent the message; and
.I si_uid
is set to the real user ID of the sending process.
The same information is available if the signal is accepted using
.BR sigwaitinfo (2).
.TP
.B SIGEV_THREAD
Deliver notification by invoking