summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-04-02 19:08:58 +0000
committertedu <tedu@openbsd.org>2004-04-02 19:08:58 +0000
commitf40a091c8af42940d612a106d1511d3117939c3c (patch)
treeee11dc484e1bdf68f94d5d582fb1c01e42791188 /lib/libc
parentDocument --line-buffered (diff)
downloadwireguard-openbsd-f40a091c8af42940d612a106d1511d3117939c3c.tar.xz
wireguard-openbsd-f40a091c8af42940d612a106d1511d3117939c3c.zip
rfork(RFMEM) shares complete vmspace. much more useful, and in line with
other projects' implementations.
Diffstat (limited to 'lib/libc')
-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