From aacfa06ebd79eedf2365644493b35dd4de6fac71 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 20 Nov 2006 22:20:04 +0000 Subject: 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 --- lib/libc/sys/kqueue.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') 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 . -- cgit v1.1