summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-21 22:22:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-21 22:22:04 +0000
commitb839abf8f7b88a7623fe443621270c9885df11fc (patch)
tree4d3057067581a74f05d11bf7080f2ebe0567cbcf /lib/libc/sys
parent7fe21d0929c9bda5859a6e66e41f3a266d61ec98 (diff)
according to javad kouhi, freebsd pr #198612, vfork appeared first in bsd 3.0;
thanks sobrado for verifying (and okaying this)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/vfork.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index c0b45c1d014..6d77885a6d2 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vfork.2,v 1.18 2014/09/07 20:18:16 guenther Exp $
+.\" $OpenBSD: vfork.2,v 1.19 2015/03/21 22:22:03 jmc Exp $
.\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 7 2014 $
+.Dd $Mdocdate: March 21 2015 $
.Dt VFORK 2
.Os
.Sh NAME
@@ -82,7 +82,7 @@ Same as for
The
.Fn vfork
function call appeared in
-.Bx 2.9
+.Bx 3.0
with the additional semantics that the child process ran in the
memory of the parent until it called
.Xr execve 2