summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-11-04 01:27:59 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-11-04 01:27:59 +0000
commit14dbe07a0174ea6ad8bd10878615e8aea79b32a7 (patch)
tree63e7a03000a940cadec88dde51a726263aa79137 /share
parentce9b91587d0cfc3ab83caecf9acb035433a1e3cc (diff)
wording; ok art
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/options.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 6afef675a0c..91ec7875f7a 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.85 2001/10/14 14:39:03 art Exp $
+.\" $OpenBSD: options.4,v 1.86 2001/11/04 01:27:58 pvalchev Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -997,12 +997,12 @@ status can still be obtained using
and/or
.Xr apmd 8 .
.It Cd RFORK_FDSHARE
-This option enables sharing of filedescriptor tables between processes that
+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 run under Linux emulation.
-It's disabled by default for security reasons because it allows any malicious
+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.