grammar
This commit is contained in:
parent
28e17cffb8
commit
c73d16d227
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: vfork.2,v 1.16 2001/09/16 02:13:32 wiz Exp $
|
||||
.\" $NetBSD: vfork.2,v 1.17 2001/11/29 23:00:43 ross Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -92,11 +92,12 @@ if you can't
|
||||
since
|
||||
.Xr exit 3
|
||||
will flush and close standard I/O channels, and thereby mess up the
|
||||
parent processes standard I/O data structures (even with
|
||||
standard I/O data structures
|
||||
in the parent process. (Even with
|
||||
.Xr fork 2
|
||||
it is wrong to call
|
||||
.Xr exit 3
|
||||
since buffered data would then be flushed twice).
|
||||
since buffered data would then be flushed twice.)
|
||||
.Sh RETURN VALUES
|
||||
Same as for
|
||||
.Xr fork 2 .
|
||||
|
Loading…
Reference in New Issue
Block a user