diff options
Diffstat (limited to 'lib/libc/sys/vfork.2')
-rw-r--r-- | lib/libc/sys/vfork.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 0c825d45ec3..4f0bdd43229 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vfork.2,v 1.7 1999/02/27 21:56:59 deraadt Exp $ +.\" $OpenBSD: vfork.2,v 1.8 1999/04/02 16:21:35 aaron Exp $ .\" $NetBSD: vfork.2,v 1.8 1997/07/10 07:54:13 mikel Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -78,7 +78,6 @@ the parent's context. Same as for .Xr fork 2 . .Sh BUGS -.Pp To avoid a possible deadlock situation, processes that are children in the middle of a |