mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Note that default behaviour (restarting signals) is only for signal(3)
This commit is contained in:
parent
71936d097e
commit
2e2d038677
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,9 @@ they are interrupted by the specified signal
|
|||
and no data has been transferred yet.
|
||||
System call restart has been the default behavior since
|
||||
.Bx 4.2 ,
|
||||
and is the default behaviour on
|
||||
and is the default behaviour for
|
||||
.Xr signal 3
|
||||
on
|
||||
.Tn FreeBSD .
|
||||
.Pp
|
||||
If the flag is true (1),
|
||||
|
|
@ -99,6 +101,7 @@ A \-1 value indicates that an invalid signal number has been supplied.
|
|||
.Sh SEE ALSO
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigblock 2 ,
|
||||
.Xr signal 3 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr sigsetmask 2 .
|
||||
.Sh HISTORY
|
||||
|
|
|
|||
Loading…
Reference in a new issue