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

Alan Somers asomers at FreeBSD.org
Sat Dec 7 16:45:13 UTC 2019


Author: asomers
Date: Sat Dec  7 16:45:12 2019
New Revision: 355489
URL: https://svnweb.freebsd.org/changeset/base/355489

Log:
  clock_gettime(2): add a HISTORY section
  
  MFC after:	2 weeks

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

Modified: head/lib/libc/sys/clock_gettime.2
==============================================================================
--- head/lib/libc/sys/clock_gettime.2	Sat Dec  7 16:29:56 2019	(r355488)
+++ head/lib/libc/sys/clock_gettime.2	Sat Dec  7 16:45:12 2019	(r355489)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 20, 2017
+.Dd December 7, 2019
 .Dt CLOCK_GETTIME 2
 .Os
 .Sh NAME
@@ -174,3 +174,11 @@ The clock IDs
 .Fa CLOCK_UPTIME_PRECISE ,
 .Fa CLOCK_SECOND
 are FreeBSD extensions to the POSIX interface.
+.Sh HISTORY
+The
+.Fn clock_gettime ,
+.Fn clock_settime ,
+and
+.Fn clock_getres
+system calls first appeared in
+.Fx 3.0 .


More information about the svn-src-all mailing list