summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-08-27 09:06:14 +0000
committerkib <kib@FreeBSD.org>2015-08-27 09:06:14 +0000
commit5c44ad556beb3a5bfff0928741f4fad1e0ec5cb2 (patch)
tree36382380421fbc42546f3468ce0f9b11b7edecdb /lib
parent31d28b6b024b5f9627d52604ed140404ba94df79 (diff)
downloadFreeBSD-src-5c44ad556beb3a5bfff0928741f4fad1e0ec5cb2.zip
FreeBSD-src-5c44ad556beb3a5bfff0928741f4fad1e0ec5cb2.tar.gz
MFC r286975:
Remove the wrong asserts.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/procctl.28
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/procctl.2 b/lib/libc/sys/procctl.2
index 3bd800c..8d88236 100644
--- a/lib/libc/sys/procctl.2
+++ b/lib/libc/sys/procctl.2
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 29, 2014
+.Dd August 21, 2015
.Dt PROCCTL 2
.Os
.Sh NAME
@@ -148,7 +148,11 @@ The specified process is the root of the reaper tree, i.e.
.El
The
.Fa rs_children
-field returns the number of children of the reaper.
+field returns the number of children of the reaper among the descendands.
+It is possible to have a child which reaper is not the specified process,
+since the reaper for the existing children is not reset on the
+.Dv PROC_REAP_ACQUIRE
+operation.
The
.Fa rs_descendants
field returns the total number of descendants of the reaper(s),
OpenPOWER on IntegriCloud