Module Name:    src
Committed By:   kamil
Date:           Tue Dec 27 01:44:06 UTC 2016

Modified Files:
        src/share/man/man2: siginfo.2

Log Message:
Rename SIGPOLL signal to SIGIO in documentation siginfo(2)

SIGPOLL is absent on NetBSD, it's emulated in linux_compat(8).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/share/man/man2/siginfo.2:1.10
--- src/share/man/man2/siginfo.2:1.9	Mon Apr  4 20:43:31 2016
+++ src/share/man/man2/siginfo.2	Tue Dec 27 01:44:06 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: siginfo.2,v 1.9 2016/04/04 20:43:31 wiz Exp $
+.\"	$NetBSD: siginfo.2,v 1.10 2016/12/27 01:44:06 kamil Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 4, 2016
+.Dd December 27, 2016
 .Dt SIGINFO 2
 .Os
 .Sh NAME
@@ -229,7 +229,7 @@ Child has stopped
 .It CLD_CONTINUED
 Stopped child has continued
 .El
-.It SIGPOLL
+.It SIGIO
 .Bl -tag -width POLL_OUT
 .It POLL_IN
 Data input available
@@ -286,7 +286,7 @@ the value of
 may be inaccurate.
 .Pp
 For
-.Dv SIGPOLL
+.Dv SIGIO
 the
 .Nm
 structure contains the following additional members:

Reply via email to