Module Name: src
Committed By: kamil
Date: Wed Dec 28 20:34:36 UTC 2016
Modified Files:
src/share/man/man2: siginfo.2
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man2/siginfo.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man2/siginfo.2
diff -u src/share/man/man2/siginfo.2:1.12 src/share/man/man2/siginfo.2:1.13
--- src/share/man/man2/siginfo.2:1.12 Wed Dec 28 20:06:00 2016
+++ src/share/man/man2/siginfo.2 Wed Dec 28 20:34:36 2016
@@ -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 @@ The
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