diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-05-17 01:16:11 +0000 | 
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-05-17 01:16:11 +0000 | 
| commit | a24b514d724227e4925462b5575824b3bbf533e5 (patch) | |
| tree | 01c70c7957a5a8580e6f6b92572f4fc0fb1e694b /lib | |
| parent | ccb3a748f4e1f9dfb843048a0ce1347c28af69cd (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 4 | 
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 .  | 
