rename si_sigval -> si_value.

This commit is contained in:
christos 2007-05-21 19:42:25 +00:00
parent 91c4e746d1
commit 92bc6dbe58

View File

@ -1,4 +1,4 @@
.\" $NetBSD: siginfo.2,v 1.2 2005/01/24 13:08:35 pooka Exp $
.\" $NetBSD: siginfo.2,v 1.3 2007/05/21 19:42:25 christos Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 10, 2003
.Dd May 21, 2007
.Dt SIGINFO 2
.Os
.Sh NAME
@ -95,7 +95,7 @@ field contains the user id of the sending process.
.\" .Bd -literal -offset indent
.\" pid_t si_pid;
.\" uid_t si_uid;
.\" sigval_t si_sigval;
.\" sigval_t si_value;
.\" .Ed
.\" .Pp
.\" The
@ -104,7 +104,7 @@ field contains the user id of the sending process.
.\" .Fa si_uid
.\" field contains the user id of the sending process.
.\" Finally, the
.\" .Fa si_sigval
.\" .Fa si_value
.\" field contains the value sent via
.\" .Xr sigqueue 3 .
.It SI_TIMER
@ -115,11 +115,11 @@ The
.Nm
structure contains the following additional members:
.Bd -literal -offset indent
sigval_t si_sigval;
sigval_t si_value;
.Ed
.Pp
The
.Fa si_sigval
.Fa si_value
field contains the value set via
.Xr timer_create 2 .
.It SI_ASYNCIO