Module Name: src
Committed By: kamil
Date: Wed Dec 28 20:00:15 UTC 2016
Modified Files:
src/share/man/man2: siginfo.2
Log Message:
Document SI_NOINFO in siginfo(2)
SI_NOINFO
The signal was generated without specifc info available.
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/share/man/man2/siginfo.2:1.11
--- src/share/man/man2/siginfo.2:1.10 Tue Dec 27 01:44:06 2016
+++ src/share/man/man2/siginfo.2 Wed Dec 28 20:00:15 2016
@@ -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 @@ on an out-of-band write it will contain
.\" message queue.
.\" See
.\" .Xr mq_notify 3 .
+.It SI_NOINFO
+The signal was generated without specifc info available.
.El
.Pp
If