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_QUEUE in siginfo(2)
details: https://anonhg.NetBSD.org/src/rev/8a01d65520e8
branches: trunk
changeset: 820082:8a01d65520e8
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Dec 28 20:34:36 2016 +0000
description:
Document SI_QUEUE in siginfo(2)
SI_QUEUE
The signal was generated via sigqueue(2).
This code was commented out since inception of this manual page (originally
located in siginfo(5)).
Sponsored by <The NetBSD Foundation>
diffstat:
share/man/man2/siginfo.2 | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diffs (58 lines):
diff -r adf4535fc407 -r 8a01d65520e8 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2 Wed Dec 28 20:06:00 2016 +0000
+++ b/share/man/man2/siginfo.2 Wed Dec 28 20:34:36 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: siginfo.2,v 1.12 2016/12/28 20:06:00 kamil Exp $
+.\" $NetBSD: siginfo.2,v 1.13 2016/12/28 20:34:36 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -79,27 +79,27 @@
field contains the pid of the sending process and the
.Fa si_uid
field contains the user id of the sending process.
-.\" .It SI_QUEUE
-.\" The signal was generated via
-.\" .Xr sigqueue 3 .
-.\" The
-.\" .Nm
-.\" structure contains the following additional members:
-.\" .Bd -literal -offset indent
-.\" pid_t si_pid;
-.\" uid_t si_uid;
-.\" sigval_t si_value;
-.\" .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.
-.\" Finally, the
-.\" .Fa si_value
-.\" field contains the value sent via
-.\" .Xr sigqueue 3 .
+.It SI_QUEUE
+The signal was generated via
+.Xr sigqueue 2 .
+The
+.Nm
+structure contains the following additional members:
+.Bd -literal -offset indent
+pid_t si_pid;
+uid_t si_uid;
+sigval_t si_value;
+.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.
+Finally, the
+.Fa si_value
+field contains the value sent via
+.Xr sigqueue 2 .
.It SI_TIMER
The signal was generated because a timer set by
.Xr timer_settime 2
Home |
Main Index |
Thread Index |
Old Index