diff options
| author | Daniel Gerzo <danger@FreeBSD.org> | 2009-01-12 13:12:02 +0000 |
|---|---|---|
| committer | Daniel Gerzo <danger@FreeBSD.org> | 2009-01-12 13:12:02 +0000 |
| commit | a28d1439d82cfdc2a005038b3d5f21bd26defef4 (patch) | |
| tree | 749b586fc68f7106005fd736e32a9c06ca101fe2 /lib/libc | |
| parent | 14981d80578205a922309bbfb3d39e11ab54118a (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/timer_create.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/timer_create.2 b/lib/libc/sys/timer_create.2 index 36eae434df51..3fb415ca0a85 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 |
