clock_gettime(2): add a HISTORY section

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2019-12-07 16:45:12 +00:00
parent fbf7102d14
commit 8d3443b1fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355489

View File

@ -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 .