Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 20:41:20 +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-12@freebsd.org
Subject:   svn commit: r357878 - stable/12/lib/libc/sys
Message-ID:  <202002132041.01DKfKhC004665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Feb 13 20:41:20 2020
New Revision: 357878
URL: https://svnweb.freebsd.org/changeset/base/357878

Log:
  MFC r355488-r355489
  
  r355488:
  lio_listio(2): add a HISTORY section
  
  r355489:
  clock_gettime(2): add a HISTORY section

Modified:
  stable/12/lib/libc/sys/clock_gettime.2
  stable/12/lib/libc/sys/lio_listio.2
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/sys/clock_gettime.2
==============================================================================
--- stable/12/lib/libc/sys/clock_gettime.2	Thu Feb 13 20:40:36 2020	(r357877)
+++ stable/12/lib/libc/sys/clock_gettime.2	Thu Feb 13 20:41:20 2020	(r357878)
@@ -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/12/lib/libc/sys/lio_listio.2
==============================================================================
--- stable/12/lib/libc/sys/lio_listio.2	Thu Feb 13 20:40:36 2020	(r357877)
+++ stable/12/lib/libc/sys/lio_listio.2	Thu Feb 13 20:41:20 2020	(r357878)
@@ -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?202002132041.01DKfKhC004665>