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
This commit is contained in:
John Baldwin 2006-11-20 22:20:04 +00:00
parent 6600b45d88
commit 8cc7b0f93d

View File

@ -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 .