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_MESGQ in siginfo(2)



details:   https://anonhg.NetBSD.org/src/rev/3255036f66a0
branches:  trunk
changeset: 820083:3255036f66a0
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Dec 28 20:41:55 2016 +0000

description:
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>

diffstat:

 share/man/man2/siginfo.2 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 8a01d65520e8 -r 3255036f66a0 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Wed Dec 28 20:34:36 2016 +0000
+++ b/share/man/man2/siginfo.2  Wed Dec 28 20:41:55 2016 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index