mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document behaviour with respect to interval timers.
PR: 33156 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
This commit is contained in:
parent
58c0fdd850
commit
7f6a22a549
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ as well as to set up pipes.
|
|||
The child process' resource utilizations
|
||||
are set to 0; see
|
||||
.Xr setrlimit 2 .
|
||||
.It
|
||||
All interval timers are cleared; see
|
||||
.Xr setitimer 2 .
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
Upon successful completion,
|
||||
|
|
@ -119,6 +122,7 @@ There is insufficient swap space for the new process.
|
|||
.Sh SEE ALSO
|
||||
.Xr execve 2 ,
|
||||
.Xr rfork 2 ,
|
||||
.Xr setitimer 2 ,
|
||||
.Xr setrlimit 2 ,
|
||||
.Xr vfork 2 ,
|
||||
.Xr wait 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue