Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2017 17:50:34 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318795 - in head/lib/libc: gen sys
Message-ID:  <201705241750.v4OHoYaI036022@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed May 24 17:50:34 2017
New Revision: 318795
URL: https://svnweb.freebsd.org/changeset/base/318795

Log:
  Update the "first appeared in" version in several manual pages.
  
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libc/gen/sem_timedwait.3
  head/lib/libc/sys/fsync.2

Modified: head/lib/libc/gen/sem_timedwait.3
==============================================================================
--- head/lib/libc/gen/sem_timedwait.3	Wed May 24 17:47:49 2017	(r318794)
+++ head/lib/libc/gen/sem_timedwait.3	Wed May 24 17:50:34 2017	(r318795)
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 28, 2017
+.Dd May 24, 2017
 .Dt SEM_TIMEDWAIT 3
 .Os
 .Sh NAME
@@ -160,4 +160,4 @@ function first appeared in
 The
 .Fn sem_clockwait_np
 function first appeared in
-.Fx 12.0 .
+.Fx 11.1 .

Modified: head/lib/libc/sys/fsync.2
==============================================================================
--- head/lib/libc/sys/fsync.2	Wed May 24 17:47:49 2017	(r318794)
+++ head/lib/libc/sys/fsync.2	Wed May 24 17:50:34 2017	(r318795)
@@ -34,7 +34,7 @@
 .\"     @(#)fsync.2	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd August 17, 2016
+.Dd May 24, 2017
 .Dt FSYNC 2
 .Os
 .Sh NAME
@@ -119,7 +119,7 @@ system call appeared in
 The
 .Fn fdatasync
 system call appeared in
-.Fx 12.0
+.Fx 11.1 .
 .Sh BUGS
 The
 .Fn fdatasync



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