diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-01-09 14:44:06 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-01-09 14:44:06 +0000 |
commit | 28458ea28c5b1ec564f1deb6efcb485e041ce9f5 (patch) | |
tree | b50039488d0e2e671e4c7a8ffa531eb6f0391bde /lib | |
parent | 89069aaa17ecf68548bfce2aadb9ba660858a53b (diff) | |
download | FreeBSD-src-28458ea28c5b1ec564f1deb6efcb485e041ce9f5.zip FreeBSD-src-28458ea28c5b1ec564f1deb6efcb485e041ce9f5.tar.gz |
Document behaviour with respect to interval timers.
PR: 33156
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/fork.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 83f1471..e20e4bb 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -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 |