summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2004-04-02 19:08:59 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2004-04-02 19:08:59 +0000
commit9f2da5ad634b6275c8427a39fcd960d2a22dd25f (patch)
tree9ca4e084a6429ec757d20c2c3b4621954fcfc496 /lib/libc/sys
parentccda9db1730ec5b10b3baa0a7398bd0309ec6659 (diff)
rfork(RFMEM) shares complete vmspace. much more useful, and in line with
other projects' implementations.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/rfork.23
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 43b03e9e231..2c4c337df1e 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rfork.2,v 1.19 2003/06/18 11:05:21 jmc Exp $
+.\" $OpenBSD: rfork.2,v 1.20 2004/04/02 19:08:58 tedu Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -80,7 +80,6 @@ The kernel forces sharing of the entire address space.
The child will then inherit all the shared segments the parent process owns.
Subsequent forks by the parent will then propagate the shared
data and bss between children.
-The stack segment is always split.
.It Dv RFNOWAIT
Parent need not
.Xr wait 2