svn commit: r281170 - head/lib/libc/sys
John Baldwin
jhb at FreeBSD.org
Mon Apr 6 20:40:02 UTC 2015
Author: jhb
Date: Mon Apr 6 20:40:01 2015
New Revision: 281170
URL: https://svnweb.freebsd.org/changeset/base/281170
Log:
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
MFC after: 1 week
Modified:
head/lib/libc/sys/vfork.2
Modified: head/lib/libc/sys/vfork.2
==============================================================================
--- head/lib/libc/sys/vfork.2 Mon Apr 6 19:58:28 2015 (r281169)
+++ head/lib/libc/sys/vfork.2 Mon Apr 6 20:40:01 2015 (r281170)
@@ -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
More information about the svn-src-head
mailing list