summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-31 08:45:11 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-31 08:45:11 +0000
commit34f2304ff2e0f90fc859b8e2542347d274f1d8ef (patch)
tree9646c31d09a62793649e88b4919fc1e5091d6437 /lib/libc
parenta89bc4fcacbf5c9b4de78a4d7cfdf88dc4939bbb (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rfork.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 4e60fb7e2c71..840bc8ef7772 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -5,7 +5,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 12, 1996
+.Dd January 31, 2003
.Dt RFORK 2
.Os
.Sh NAME
@@ -39,7 +39,6 @@ is the logical OR of some subset of:
.It RFPROC
If set a new process is created; otherwise changes affect the
current process.
-The current implementation requires this flag to always be set.
.It RFNOWAIT
If set, the child process will be dissociated from the parent.
Upon