fix typo in sigevent defaults
This commit is contained in:
parent
c67ff2932c
commit
c4bdad9349
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: timer_create.2,v 1.8 2008/04/30 13:10:51 martin Exp $
|
||||
.\" $NetBSD: timer_create.2,v 1.9 2009/03/26 16:55:37 drochner Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -70,7 +70,7 @@ argument is
|
|||
then it defaults to
|
||||
.Fa sigev_notify
|
||||
set to
|
||||
.Dv SIGEV_SIGVAL
|
||||
.Dv SIGEV_SIGNAL
|
||||
and
|
||||
.Fa sigev_value
|
||||
set to
|
||||
|
|
Loading…
Reference in New Issue