diff options
author | jhb <jhb@FreeBSD.org> | 2006-11-20 22:20:04 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2006-11-20 22:20:04 +0000 |
commit | aacfa06ebd79eedf2365644493b35dd4de6fac71 (patch) | |
tree | 2a0e20c61bb26df9c4d831b97666360b3d1064c6 /lib/libc | |
parent | 80327896bdfd060cf14f5f9f77ae1e4aa37cee41 (diff) | |
download | FreeBSD-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.2 | 2 |
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 . |