svn commit: r234829 - head/lib/libc/sys
Robert Watson
rwatson at FreeBSD.org
Mon Apr 30 07:32:40 UTC 2012
Author: rwatson
Date: Mon Apr 30 07:32:39 2012
New Revision: 234829
URL: http://svn.freebsd.org/changeset/base/234829
Log:
The returned file descriptor from pdfork(2) is via fdp, not pidp.
Submitted by: Norman Hardy
MFC after: 3 days
Modified:
head/lib/libc/sys/pdfork.2
Modified: head/lib/libc/sys/pdfork.2
==============================================================================
--- head/lib/libc/sys/pdfork.2 Mon Apr 30 06:54:44 2012 (r234828)
+++ head/lib/libc/sys/pdfork.2 Mon Apr 30 07:32:39 2012 (r234829)
@@ -1,5 +1,5 @@
.\"
-.\" Copyright (c) 2009-2010 Robert N. M. Watson
+.\" Copyright (c) 2009-2010, 2012 Robert N. M. Watson
.\" All rights reserved.
.\"
.\" This software was developed at the University of Cambridge Computer
@@ -57,7 +57,7 @@ a variant of
.Xr fork 2 ,
which, if successful, returns a process descriptor in the integer pointed to
by
-.Fa pidp .
+.Fa fdp .
Processes created via
.Fn pdfork
will not cause
More information about the svn-src-head
mailing list