mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix markup.
Submitted by: ru
This commit is contained in:
parent
afcf37b05c
commit
52cf88e2ef
1 changed files with 13 additions and 5 deletions
|
|
@ -61,15 +61,23 @@ The
|
|||
argument points to a
|
||||
.Vt sigevent
|
||||
structure that defines how the calling process will be notified.
|
||||
If notification->sigev_notify is
|
||||
If
|
||||
.Fa notification->sigev_notify
|
||||
is
|
||||
.Dv SIGEV_NONE ,
|
||||
then no signal will be posted, but the error status and the return status
|
||||
for the operation will be set appropriately.
|
||||
If notification->sigev_notify is SIGEV_SIGNAL, then the signal specified
|
||||
in notification->sigev_signo will be sent to the process.
|
||||
If
|
||||
.Fa notification->sigev_notify
|
||||
is
|
||||
.Dv SIGEV_SIGNAL ,
|
||||
then the signal specified in
|
||||
.Fa notification->sigev_signo
|
||||
will be sent to the process.
|
||||
The signal will be queued to the process and the value specified in
|
||||
notification->sigev_value will be the si_value component of the generated
|
||||
signal.
|
||||
notification->sigev_value will be the
|
||||
.Va si_value
|
||||
component of the generated signal.
|
||||
.Pp
|
||||
If
|
||||
.Fa notification
|
||||
|
|
|
|||
Loading…
Reference in a new issue