diff --git a/man2/vfork.2 b/man2/vfork.2 index 2134e40a8..ef86812ab 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -23,7 +23,7 @@ .\" 1999-11-10: Merged text taken from the page contributed by .\" Reed H. Petty (rhp@draper.net) .\" -.TH VFORK 2 2008-10-30 "Linux" "Linux Programmer's Manual" +.TH VFORK 2 2009-06-21 "Linux" "Linux Programmer's Manual" .SH NAME vfork \- create a child process and block parent .SH SYNOPSIS @@ -83,7 +83,7 @@ differs from in that the parent is suspended until the child terminates (either normally, by calling -.BR exit (2), +.BR _exit (2), or abnormally, after delivery of a fatal signal), or it makes a call to .BR execve (2).