From 0e488ac6c886241e48366af2d57c20bbe1ab87c6 Mon Sep 17 00:00:00 2001 From: danger Date: Mon, 12 Jan 2009 13:12:02 +0000 Subject: - add missing include - fix struct memeber's name [1] PR: docs/130413 [1] Submitted by: Thomas Mueller [1] MFC after: 3 days --- lib/libc/sys/timer_create.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/timer_create.2 b/lib/libc/sys/timer_create.2 index 36eae43..3fb415c 100644 --- a/lib/libc/sys/timer_create.2 +++ b/lib/libc/sys/timer_create.2 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 11, 2000 +.Dd January 12, 2009 .Dt TIMER_CREATE 2 .Os .Sh NAME @@ -37,6 +37,7 @@ .Lb librt .Sh SYNOPSIS .In time.h +.In signal.h .Ft int .Fo timer_create .Fa "clockid_t clockid" "struct sigevent *restrict evp" @@ -100,7 +101,7 @@ or .Dv CLOCK_MONOTONIC . .Pp If -.Fa evp->sigev_sigev_notify +.Fa evp->sigev_notify is .Dv SIGEV_THREAD and -- cgit v1.1