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



details:   https://anonhg.NetBSD.org/src/rev/7ab2ab078c28
branches:  trunk
changeset: 820080:7ab2ab078c28
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Dec 28 20:00:15 2016 +0000

description:
Document SI_NOINFO in siginfo(2)

SI_NOINFO
  The signal was generated without specifc info available.

Sponsored by <The NetBSD Foundation>

diffstat:

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

diffs (18 lines):

diff -r 27e909a467ca -r 7ab2ab078c28 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Wed Dec 28 19:53:02 2016 +0000
+++ b/share/man/man2/siginfo.2  Wed Dec 28 20:00:15 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: siginfo.2,v 1.10 2016/12/27 01:44:06 kamil Exp $
+.\"    $NetBSD: siginfo.2,v 1.11 2016/12/28 20:00:15 kamil Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -146,6 +146,8 @@
 .\" message queue.
 .\" See
 .\" .Xr mq_notify 3 .
+.It SI_NOINFO
+The signal was generated without specifc info available.
 .El
 .Pp
 If



Home | Main Index | Thread Index | Old Index