summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-11-20 22:20:04 +0000
committerjhb <jhb@FreeBSD.org>2006-11-20 22:20:04 +0000
commitaacfa06ebd79eedf2365644493b35dd4de6fac71 (patch)
tree2a0e20c61bb26df9c4d831b97666360b3d1064c6 /lib/libc
parent80327896bdfd060cf14f5f9f77ae1e4aa37cee41 (diff)
downloadFreeBSD-src-aacfa06ebd79eedf2365644493b35dd4de6fac71.zip
FreeBSD-src-aacfa06ebd79eedf2365644493b35dd4de6fac71.tar.gz
Document that the data field for NOTE_EXIT holds the process exit status.
Submitted by: Jared Yanovich -phirerunner at comcast.net- MFC after: 2 weeks
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 2abb04b..3466422 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -364,6 +364,8 @@ The events to monitor are:
.Bl -tag -width XXNOTE_TRACKERR
.It NOTE_EXIT
The process has exited.
+The exit status will be stored in
+.Va data .
.It NOTE_FORK
The process has called
.Fn fork .
OpenPOWER on IntegriCloud