diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2002-11-28 21:50:14 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2002-11-28 21:50:14 +0000 |
commit | 539a31f2c1df2532bbf2c90d5d689df789298166 (patch) | |
tree | 7d2465c5555b4a2047485137d370ba15f80f0e12 /lib/libc/sys | |
parent | 336ee10a73ea2bc63397a641a7d7f0c390cc3ea9 (diff) |
fd sharing was re-enabled quite awhile ago.
Diffstat (limited to 'lib/libc/sys')
-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 |