Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 Expose SI_TIMER now that we are planning to d...



details:   https://anonhg.NetBSD.org/src/rev/de9a5e90be46
branches:  trunk
changeset: 551911:de9a5e90be46
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 13 22:35:13 2003 +0000

description:
Expose SI_TIMER now that we are planning to deal with it.

diffstat:

 share/man/man5/siginfo.5 |  21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r f605449c8856 -r de9a5e90be46 share/man/man5/siginfo.5
--- a/share/man/man5/siginfo.5  Sat Sep 13 22:31:04 2003 +0000
+++ b/share/man/man5/siginfo.5  Sat Sep 13 22:35:13 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: siginfo.5,v 1.2 2003/09/10 14:24:23 wiz Exp $
+.\"    $NetBSD: siginfo.5,v 1.3 2003/09/13 22:35:13 christos Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -107,10 +107,21 @@
 .\" .Fa si_sigval
 .\" field contains the value sent via
 .\" .Xr sigqueue 3 .
-.\" .It SI_TIMER
-.\" The signal was generated because a timer set by
-.\" .Xr timer_settime 2
-.\" has expired.
+.It SI_TIMER
+The signal was generated because a timer set by
+.Xr timer_settime 2
+has expired.
+The
+.Nm
+structure contains the following additional members:
+.Bd -literal -offset indent
+sigval_t si_sigval
+.Ed
+.Pp
+The
+.Fa si_sigval
+field contains the value set via
+.Xr timer_create 2 .
 .It SI_ASYNCIO
 The signal was generated by completion of an asynchronous I/O operation.
 The



Home | Main Index | Thread Index | Old Index