Module Name:    src
Committed By:   drochner
Date:           Thu Mar 26 16:55:38 UTC 2009

Modified Files:
        src/lib/libc/sys: timer_create.2

Log Message:
fix typo in sigevent defaults


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/sys/timer_create.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/timer_create.2
diff -u src/lib/libc/sys/timer_create.2:1.8 src/lib/libc/sys/timer_create.2:1.9
--- src/lib/libc/sys/timer_create.2:1.8	Wed Apr 30 13:10:51 2008
+++ src/lib/libc/sys/timer_create.2	Thu Mar 26 16:55:37 2009
@@ -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 @@
 then it defaults to
 .Fa sigev_notify
 set to
-.Dv SIGEV_SIGVAL
+.Dv SIGEV_SIGNAL
 and
 .Fa sigev_value
 set to

Reply via email to