Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys say that we put the exit code in data.
details: https://anonhg.NetBSD.org/src/rev/e6068bcf7ec8
branches: trunk
changeset: 336465:e6068bcf7ec8
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 02 19:24:19 2015 +0000
description:
say that we put the exit code in data.
diffstat:
lib/libc/sys/kqueue.2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 740a2a8d347c -r e6068bcf7ec8 lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2 Mon Mar 02 18:36:49 2015 +0000
+++ b/lib/libc/sys/kqueue.2 Mon Mar 02 19:24:19 2015 +0000
@@ -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 @@
.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 .
Home |
Main Index |
Thread Index |
Old Index