fix typo and minor usage issue

This commit is contained in:
dholland 2014-07-18 15:56:44 +00:00
parent fa7c13505e
commit bacb19df9d
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vfork.2,v 1.24 2003/08/07 16:44:11 agc Exp $
.\" $NetBSD: vfork.2,v 1.25 2014/07/18 15:56:44 dholland Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -73,12 +73,12 @@ The
.Nm
system call can normally be used just like
.Xr fork 2 .
It does not work, however, to return while running in the childs context
It does not work, however, to return while running in the child's context
from the procedure that called
.Fn vfork
since the eventual return from
.Fn vfork
would then return to a no longer existent stack frame.
would then return to a no longer existing stack frame.
Be careful, also, to call
.Xr _exit 2
rather than