From 92bc6dbe58d7dcc12949b16436f897a600e8c31a Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 21 May 2007 19:42:25 +0000 Subject: [PATCH] rename si_sigval -> si_value. --- share/man/man2/siginfo.2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man2/siginfo.2 b/share/man/man2/siginfo.2 index f57df764e342..11df1eef9f23 100644 --- a/share/man/man2/siginfo.2 +++ b/share/man/man2/siginfo.2 @@ -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