Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2020 02:54:59 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r359206 - stable/11/lib/libc/sys
Message-ID:  <202003220254.02M2sxhD022137@repo.freebsd.org>

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



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