!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$ .\" $FreeBSD$
.\" .\"
.Dd January 12, 1996 .Dd January 31, 2003
.Dt RFORK 2 .Dt RFORK 2
.Os .Os
.Sh NAME .Sh NAME
@ -39,7 +39,6 @@ is the logical OR of some subset of:
.It RFPROC .It RFPROC
If set a new process is created; otherwise changes affect the If set a new process is created; otherwise changes affect the
current process. current process.
The current implementation requires this flag to always be set.
.It RFNOWAIT .It RFNOWAIT
If set, the child process will be dissociated from the parent. If set, the child process will be dissociated from the parent.
Upon Upon