summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-14 22:57:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-14 22:57:47 +0000
commit9509cfe7812910c8cda8dca0cf10a97a47698d07 (patch)
tree8a48d1baa89de6edd050bd9fccbe26b382c939f2
parentf2dcd99cca731fe6ef0a61ca6a9d64872439febf (diff)
The RFORK_FDSHARE option is going away. It's default and safe now.
-rw-r--r--share/man/man4/options.410
1 files changed, 1 insertions, 9 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index b82359b3c33..9a60c37c26d 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.92 2001/12/07 02:35:06 kjc Exp $
+.\" $OpenBSD: options.4,v 1.93 2002/02/14 22:57:46 art Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -1008,14 +1008,6 @@ status can still be obtained using
.Xr apm 8
and/or
.Xr apmd 8 .
-.It Cd option RFORK_FDSHARE
-This option enables sharing of file descriptor tables between processes that
-request it.
-It is needed for the
-.Xr rfork
-system call to work properly and for some programs to run under Linux emulation.
-It's disabled by default for security reasons, because it allows any malicious
-user to crash the system.
.El
.\" The following requests should be uncommented and used where appropriate.
.\" .Sh FILES