Module Name: src
Committed By: kamil
Date: Wed Dec 28 20:41:55 UTC 2016
Modified Files:
src/share/man/man2: siginfo.2
Log Message:
Document SI_MESGQ in siginfo(2)
SI_MESGQ
The signal was generated because of the arrival of a message
on an empty message queue.
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.13 -r1.14 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.13 src/share/man/man2/siginfo.2:1.14
--- src/share/man/man2/siginfo.2:1.13 Wed Dec 28 20:34:36 2016
+++ src/share/man/man2/siginfo.2 Wed Dec 28 20:41:55 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: siginfo.2,v 1.13 2016/12/28 20:34:36 kamil Exp $
+.\" $NetBSD: siginfo.2,v 1.14 2016/12/28 20:41:55 kamil Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -141,11 +141,11 @@ on a normal write it will contain
.Dv POLLOUT | POLLWRNORM ;
on an out-of-band write it will contain
.Dv POLLPRI | POLLWRBAND .
-.\" .It SI_MESGQ
-.\" The signal was generated because of the arrival of a message on an empty
-.\" message queue.
-.\" See
-.\" .Xr mq_notify 3 .
+.It SI_MESGQ
+The signal was generated because of the arrival of a message on an empty
+message queue.
+See
+.Xr mq_notify 3 .
.It SI_LWP
The signal was generated via
.Xr _lwp_kill 2 .