summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-06-02 15:02:28 +0000
committerjhb <jhb@FreeBSD.org>2015-06-02 15:02:28 +0000
commitdfdf80b57ada4ce7c2f5087ef67a6eeefa756042 (patch)
tree05d8426b95d16a6d9839f2d2e659f5e8b1b1c891 /lib/libc/sys
parenta5ce7c460fec8769bc2c31b584061bf3b7d09439 (diff)
downloadFreeBSD-src-dfdf80b57ada4ce7c2f5087ef67a6eeefa756042.zip
FreeBSD-src-dfdf80b57ada4ce7c2f5087ef67a6eeefa756042.tar.gz
MFC 281170:
vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the copy of 3BSD on disc 1 of "The CSRG Archives". PR: 198612
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/vfork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 1cfaa61..798c500 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -28,7 +28,7 @@
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd November 13, 2009
+.Dd April 6, 2015
.Dt VFORK 2
.Os
.Sh NAME
@@ -111,7 +111,7 @@ Same as for
The
.Fn vfork
system call appeared in
-.Bx 2.9 .
+.Bx 3 .
.Sh BUGS
To avoid a possible deadlock situation,
processes that are children in the middle
OpenPOWER on IntegriCloud