Skip to content

Commit

Permalink
say that we put the exit code in data.
Browse files Browse the repository at this point in the history
  • Loading branch information
christos committed Mar 2, 2015
1 parent 68c76b7 commit 74a2469
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
.\" $NetBSD: kqueue.2,v 1.33 2012/11/24 15:16:52 christos Exp $
.\" $NetBSD: kqueue.2,v 1.34 2015/03/02 19:24:19 christos Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
Expand Down Expand Up @@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.22 2001/06/27 19:55:57 dd Exp $
.\"
.Dd November 24, 2012
.Dd March 2, 2015
.Dt KQUEUE 2
.Os
.Sh NAME
Expand Down Expand Up @@ -413,6 +413,8 @@ The events to monitor are:
.Bl -tag -width XXNOTE_TRACKERR
.It NOTE_EXIT
The process has exited.
The exit code of the process is stored in
.Va data .
.It NOTE_FORK
The process has called
.Fn fork .
Expand Down

0 comments on commit 74a2469

Please sign in to comment.