Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2019 16:45:12 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355489 - head/lib/libc/sys
Message-ID:  <201912071645.xB7GjCDr098704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071645.xB7GjCDr098704>