summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2002-01-09 14:44:06 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2002-01-09 14:44:06 +0000
commit7f6a22a5499bbf4122fb9daa5a80e3bf74f21da7 (patch)
treeb50039488d0e2e671e4c7a8ffa531eb6f0391bde /lib/libc
parent58c0fdd850f721aa8f9b86b886f77cecf31fcde2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/fork.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index 83f14716d1a1..e20e4bb70f52 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