The returned file descriptor from pdfork(2) is via fdp, not pidp.
Submitted by: Norman Hardy MFC after: 3 days
This commit is contained in:
parent
7574a1c16e
commit
aa5d4b9247
@ -1,5 +1,5 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2009-2010 Robert N. M. Watson
|
.\" Copyright (c) 2009-2010, 2012 Robert N. M. Watson
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" This software was developed at the University of Cambridge Computer
|
.\" This software was developed at the University of Cambridge Computer
|
||||||
@ -57,7 +57,7 @@ a variant of
|
|||||||
.Xr fork 2 ,
|
.Xr fork 2 ,
|
||||||
which, if successful, returns a process descriptor in the integer pointed to
|
which, if successful, returns a process descriptor in the integer pointed to
|
||||||
by
|
by
|
||||||
.Fa pidp .
|
.Fa fdp .
|
||||||
Processes created via
|
Processes created via
|
||||||
.Fn pdfork
|
.Fn pdfork
|
||||||
will not cause
|
will not cause
|
||||||
|
Loading…
Reference in New Issue
Block a user