diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/rfork.2 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 39cda812b45..544d41db4bc 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfork.2,v 1.16 2001/10/14 14:39:03 art Exp $ +.\" $OpenBSD: rfork.2,v 1.17 2002/11/28 21:50:13 brad Exp $ .\" .\" This manual page is taken directly from Plan9, and modified to .\" describe the actual OpenBSD implementation. Permission for @@ -52,11 +52,6 @@ If set, the invoker's file descriptor table (see .Xr intro 2 ) is copied; otherwise the two processes share a single table. -This flag is currently disabled in the kernel for security reasons and needs -a special kernel compile option to work. -Please consult -.Xr options 4 -for information about the RFORK_FDSHARE option. .It Dv RFCFDG If set, the new process starts with a clean file descriptor table. Is mutually exclusive with |