summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordanger <danger@FreeBSD.org>2009-01-12 13:12:02 +0000
committerdanger <danger@FreeBSD.org>2009-01-12 13:12:02 +0000
commit0e488ac6c886241e48366af2d57c20bbe1ab87c6 (patch)
tree749b586fc68f7106005fd736e32a9c06ca101fe2 /lib
parent751dff36104851edee18dc55bd333b085a912d68 (diff)
downloadFreeBSD-src-0e488ac6c886241e48366af2d57c20bbe1ab87c6.zip
FreeBSD-src-0e488ac6c886241e48366af2d57c20bbe1ab87c6.tar.gz
- add missing include
- fix struct memeber's name [1] PR: docs/130413 [1] Submitted by: Thomas Mueller <tmueller@sysgo.com> [1] MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/timer_create.25
1 files changed, 3 insertions, 2 deletions
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
OpenPOWER on IntegriCloud