!RFPROC has been supported for a while now.

This commit is contained in:
tjr 2003-01-31 08:45:11 +00:00
parent f6a1ad0d52
commit 98b118ea33

View File

@ -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