Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man2 Rename SIGPOLL signal to SIGIO in documentati...



details:   https://anonhg.NetBSD.org/src/rev/a0bd49de4d71
branches:  trunk
changeset: 820023:a0bd49de4d71
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Dec 27 01:44:06 2016 +0000

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

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

diffstat:

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

diffs (36 lines):

diff -r adfeeca6ccd0 -r a0bd49de4d71 share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Tue Dec 27 01:31:06 2016 +0000
+++ b/share/man/man2/siginfo.2  Tue Dec 27 01:44:06 2016 +0000
@@ -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 @@
 .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 @@
 may be inaccurate.
 .Pp
 For
-.Dv SIGPOLL
+.Dv SIGIO
 the
 .Nm
 structure contains the following additional members:



Home | Main Index | Thread Index | Old Index