Module Name:    src
Committed By:   christos
Date:           Mon Mar  2 19:24:19 UTC 2015

Modified Files:
        src/lib/libc/sys: kqueue.2

Log Message:
say that we put the exit code in data.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/kqueue.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/kqueue.2
diff -u src/lib/libc/sys/kqueue.2:1.33 src/lib/libc/sys/kqueue.2:1.34
--- src/lib/libc/sys/kqueue.2:1.33	Sat Nov 24 10:16:52 2012
+++ src/lib/libc/sys/kqueue.2	Mon Mar  2 14:24:19 2015
@@ -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.
@@ -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
@@ -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 .

Reply via email to