aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-05-17 01:16:11 +0000
committerBrian Feldman <green@FreeBSD.org>2000-05-17 01:16:11 +0000
commita24b514d724227e4925462b5575824b3bbf533e5 (patch)
tree01c70c7957a5a8580e6f6b92572f4fc0fb1e694b /lib
parentccb3a748f4e1f9dfb843048a0ce1347c28af69cd (diff)
downloadsrc-a24b514d724227e4925462b5575824b3bbf533e5.tar.gz
src-a24b514d724227e4925462b5575824b3bbf533e5.zip
Put the wait(2) exit status in "data" for NOTE_EXIT kevents.
Notes
Notes: svn path=/head/; revision=60659
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kqueue.24
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 9d3f6bf04aff..7501ff2b17a6 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -290,6 +290,10 @@ The events to monitor are:
.Bl -tag -width XXNOTE_TRACKERR
.It NOTE_EXIT
The process has exited.
+The
+.Xr wait 2 -style
+exit status is returned in
+.Va data .
.It NOTE_FORK
The process has called
.Fn fork .