Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man2 Document SI_LWP in siginfo(2)
details: https://anonhg.NetBSD.org/src/rev/adf4535fc407
branches: trunk
changeset: 820081:adf4535fc407
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Dec 28 20:06:00 2016 +0000
description:
Document SI_LWP in siginfo(2)
SI_LWP
The signal was generated via _lwp_kill(2).
Sponsored by <The NetBSD Foundation>
diffstat:
share/man/man2/siginfo.2 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 7ab2ab078c28 -r adf4535fc407 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2 Wed Dec 28 20:00:15 2016 +0000
+++ b/share/man/man2/siginfo.2 Wed Dec 28 20:06:00 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: siginfo.2,v 1.11 2016/12/28 20:00:15 kamil Exp $
+.\" $NetBSD: siginfo.2,v 1.12 2016/12/28 20:06:00 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -146,6 +146,22 @@
.\" message queue.
.\" See
.\" .Xr mq_notify 3 .
+.It SI_LWP
+The signal was generated via
+.Xr _lwp_kill 2 .
+The
+.Nm
+structure contains the following additional members:
+.Bd -literal -offset indent
+pid_t si_pid;
+uid_t si_uid;
+.Ed
+.Pp
+The
+.Fa si_pid
+field contains the pid of the sending process and the
+.Fa si_uid
+field contains the user id of the sending process.
.It SI_NOINFO
The signal was generated without specifc info available.
.El
Home |
Main Index |
Thread Index |
Old Index