summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-06-29 17:54:36 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-06-29 17:54:36 +0000
commit4a094bd24cf2357875ccbbbedd5876dbe1f254a3 (patch)
tree79cb297a3f44f86dbbc0b26d4aa4a830cb43c22f /lib
parent1109d4a12f833babf94ba9864b897f43f8f0ad6d (diff)
RTHREADS option is gone, now it's a sysctl. spotted by jmc
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/rfork.29
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 0d9a6ccf7a3..1f515d5ff66 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfork.2,v 1.24 2010/04/03 01:49:44 guenther Exp $
+.\" $OpenBSD: rfork.2,v 1.25 2010/06/29 17:54:35 tedu Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 3 2010 $
+.Dd $Mdocdate: June 29 2010 $
.Dt RFORK 2
.Os
.Sh NAME
@@ -115,7 +115,7 @@ Must be combined with
.Dv RFMEM .
Automatically enables
.Dv RFNOWAIT .
-The kernel option RTHREADS must be enabled for this to succeed.
+The kern.rthreads sysctl must be enabled for this to succeed.
.El
.Pp
.Xr fork 2
@@ -168,8 +168,7 @@ which is currently defined as 80 in
.It Bq Er ENOTSUP
The
.Dv RFTHREAD
-flag was set but the kernel was not compiled with the RTHREADS
-kernel option.
+flag was set but the kern.rthreads sysctl was not enabled.
.El
.Sh SEE ALSO
.Xr _exit 2 ,