From 5a54a60bf91fbda863b540cfff4154ec06cf076d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Aug 2008 10:46:26 +0000 Subject: [PATCH] POSIX.1-2008 removes the specification of vfork(). --- man2/vfork.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man2/vfork.2 b/man2/vfork.2 index 6088635b1..6fa543b5e 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -124,6 +124,8 @@ in the parent process depended on knowing which variables are held in a register. .SH "CONFORMING TO" 4.3BSD, POSIX.1-2001. +POSIX.1-2008 removes the specification of +.BR vfork (). .\" FIXME . Mar 08: in the draft of the next POSIX revision, the spec for .\" vfork() has been removed. See if this remains so in final version. The requirements put on