From 7f6a22a5499bbf4122fb9daa5a80e3bf74f21da7 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 9 Jan 2002 14:44:06 +0000 Subject: [PATCH] Document behaviour with respect to interval timers. PR: 33156 Submitted by: Peter Jeremy --- lib/libc/sys/fork.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index 83f14716d1a..e20e4bb70f5 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