svn commit: r187098 - head/lib/libc/sys

Daniel Gerzo danger at FreeBSD.org
Mon Jan 12 05:12:03 PST 2009


Author: danger (doc committer)
Date: Mon Jan 12 13:12:02 2009
New Revision: 187098
URL: http://svn.freebsd.org/changeset/base/187098

Log:
  - add missing include
  - fix struct memeber's name [1]
  
  PR:		docs/130413 [1]
  Submitted by:	Thomas Mueller <tmueller at sysgo.com> [1]
  MFC after:	3 days

Modified:
  head/lib/libc/sys/timer_create.2

Modified: head/lib/libc/sys/timer_create.2
==============================================================================
--- head/lib/libc/sys/timer_create.2	Mon Jan 12 11:53:38 2009	(r187097)
+++ head/lib/libc/sys/timer_create.2	Mon Jan 12 13:12:02 2009	(r187098)
@@ -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


More information about the svn-src-all mailing list