Module Name: src Committed By: uwe Date: Tue Nov 6 21:16:22 UTC 2012
Modified Files: src/lib/libc/sys: timer_create.2 Log Message: Mention sigevent(3) not only in DESCRIPTION but in SEE ALSO as well. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 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.11 src/lib/libc/sys/timer_create.2:1.12 --- src/lib/libc/sys/timer_create.2:1.11 Wed May 19 06:44:51 2010 +++ src/lib/libc/sys/timer_create.2 Tue Nov 6 21:16:21 2012 @@ -1,4 +1,4 @@ -.\" $NetBSD: timer_create.2,v 1.11 2010/05/19 06:44:51 jruoho Exp $ +.\" $NetBSD: timer_create.2,v 1.12 2012/11/06 21:16:21 uwe Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -113,7 +113,8 @@ is not a valid clock id. .Xr timer_delete 2 , .Xr timer_getoverrun 2 , .Xr timer_gettime 2 , -.Xr timer_settime 2 +.Xr timer_settime 2 , +.Xr sigevent 3 .Sh STANDARDS .St -p1003.1b-93 , .St -p1003.1i-95