diff options
-rw-r--r-- | lib/libc/sys/rfork.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 4e60fb7..840bc8e 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 |