summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-04-30 07:32:39 +0000
committerrwatson <rwatson@FreeBSD.org>2012-04-30 07:32:39 +0000
commit1f6437f017c71f968692a7203fc996b7b41fdf6a (patch)
tree1fb324b347372d10a2daeedbf8b9d116c03b1b7d /lib/libc
parentf897dd9a4be8dd80e43185edf0240b1566bd6e8d (diff)
downloadFreeBSD-src-1f6437f017c71f968692a7203fc996b7b41fdf6a.zip
FreeBSD-src-1f6437f017c71f968692a7203fc996b7b41fdf6a.tar.gz
The returned file descriptor from pdfork(2) is via fdp, not pidp.
Submitted by: Norman Hardy MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pdfork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/pdfork.2 b/lib/libc/sys/pdfork.2
index 0808fbc..b72c285 100644
--- a/lib/libc/sys/pdfork.2
+++ b/lib/libc/sys/pdfork.2
@@ -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
OpenPOWER on IntegriCloud