svn commit: r187411 - in stable/7/lib/libc: . string sys

Daniel Gerzo danger at FreeBSD.org
Sun Jan 18 13:40:19 PST 2009


Author: danger (doc committer)
Date: Sun Jan 18 21:40:15 2009
New Revision: 187411
URL: http://svn.freebsd.org/changeset/base/187411

Log:
  MFC r187098:
  
  - add missing include [2]
  - fix struct memeber's name [1]
  
  PR:		docs/130413 [1]
  Submitted by:	Thomas Mueller <tmueller at sysgo.com> [1], rink@ [2]

Modified:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/string/ffsll.c   (props changed)
  stable/7/lib/libc/string/flsll.c   (props changed)
  stable/7/lib/libc/sys/timer_create.2

Modified: stable/7/lib/libc/sys/timer_create.2
==============================================================================
--- stable/7/lib/libc/sys/timer_create.2	Sun Jan 18 21:09:34 2009	(r187410)
+++ stable/7/lib/libc/sys/timer_create.2	Sun Jan 18 21:40:15 2009	(r187411)
@@ -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-stable-7 mailing list