svn commit: r359206 - stable/11/lib/libc/sys
Alan Somers
asomers at FreeBSD.org
Sun Mar 22 02:55:02 UTC 2020
Author: asomers
Date: Sun Mar 22 02:54:59 2020
New Revision: 359206
URL: https://svnweb.freebsd.org/changeset/base/359206
Log:
MFC r355488-r355489
r355488:
lio_listio(2): add a HISTORY section
r355489:
clock_gettime(2): add a HISTORY section
Modified:
stable/11/lib/libc/sys/clock_gettime.2
stable/11/lib/libc/sys/lio_listio.2
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/sys/clock_gettime.2
==============================================================================
--- stable/11/lib/libc/sys/clock_gettime.2 Sun Mar 22 02:53:44 2020 (r359205)
+++ stable/11/lib/libc/sys/clock_gettime.2 Sun Mar 22 02:54:59 2020 (r359206)
@@ -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 .
Modified: stable/11/lib/libc/sys/lio_listio.2
==============================================================================
--- stable/11/lib/libc/sys/lio_listio.2 Sun Mar 22 02:53:44 2020 (r359205)
+++ stable/11/lib/libc/sys/lio_listio.2 Sun Mar 22 02:54:59 2020 (r359206)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Oct 23, 2017
+.Dd Dec 7, 2019
.Dt LIO_LISTIO 2
.Os
.Sh NAME
@@ -216,3 +216,8 @@ The
.Fn lio_listio
function is expected to conform to
.St -p1003.1-2001 .
+.Sh HISTORY
+The
+.Fn lio_listio
+system call first appeared in
+.Fx 3.0 .
More information about the svn-src-stable-11
mailing list