svn commit: r318971 - in stable/11: lib/libc/gen lib/libc/sys sbin/zfsbootcfg share/man/man9 usr.sbin/efidp
Glen Barber
gjb at FreeBSD.org
Sat May 27 00:30:53 UTC 2017
Author: gjb
Date: Sat May 27 00:30:51 2017
New Revision: 318971
URL: https://svnweb.freebsd.org/changeset/base/318971
Log:
MFC r318794, r318795:
Update the "first appeared in" version in several manual pages.
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/lib/libc/gen/sem_timedwait.3
stable/11/lib/libc/sys/fsync.2
stable/11/sbin/zfsbootcfg/zfsbootcfg.8
stable/11/share/man/man9/mutex.9
stable/11/usr.sbin/efidp/efidp.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/gen/sem_timedwait.3
==============================================================================
--- stable/11/lib/libc/gen/sem_timedwait.3 Fri May 26 22:22:48 2017 (r318970)
+++ stable/11/lib/libc/gen/sem_timedwait.3 Sat May 27 00:30:51 2017 (r318971)
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 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: stable/11/lib/libc/sys/fsync.2
==============================================================================
--- stable/11/lib/libc/sys/fsync.2 Fri May 26 22:22:48 2017 (r318970)
+++ stable/11/lib/libc/sys/fsync.2 Sat May 27 00:30:51 2017 (r318971)
@@ -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
Modified: stable/11/sbin/zfsbootcfg/zfsbootcfg.8
==============================================================================
--- stable/11/sbin/zfsbootcfg/zfsbootcfg.8 Fri May 26 22:22:48 2017 (r318970)
+++ stable/11/sbin/zfsbootcfg/zfsbootcfg.8 Sat May 27 00:30:51 2017 (r318971)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 12, 2016
+.Dd May 24, 2017
.Dt ZFSBOOTCFG 8
.Os
.Sh NAME
@@ -86,7 +86,7 @@ To clear the boot options:
.Sh HISTORY
.Nm
appeared in
-.Fx 12.0 .
+.Fx 11.1 .
.Sh AUTHORS
This manual page was written by
.An Andriy Gapon Aq Mt avg at FreeBSD.org .
Modified: stable/11/share/man/man9/mutex.9
==============================================================================
--- stable/11/share/man/man9/mutex.9 Fri May 26 22:22:48 2017 (r318970)
+++ stable/11/share/man/man9/mutex.9 Sat May 27 00:30:51 2017 (r318971)
@@ -28,7 +28,7 @@
.\" from BSDI $Id: mutex.4,v 1.1.2.3 1998/04/27 22:53:13 ewv Exp $
.\" $FreeBSD$
.\"
-.Dd July 18, 2016
+.Dd May 24, 2017
.Dt MUTEX 9
.Os
.Sh NAME
@@ -557,4 +557,4 @@ and
The
.Fn mtx_trylock_spin
function was added in
-.Fx 12.0 .
+.Fx 11.1 .
Modified: stable/11/usr.sbin/efidp/efidp.8
==============================================================================
--- stable/11/usr.sbin/efidp/efidp.8 Fri May 26 22:22:48 2017 (r318970)
+++ stable/11/usr.sbin/efidp/efidp.8 Sat May 27 00:30:51 2017 (r318971)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 5, 2017
+.Dd May 24, 2017
.Dt EFIDP 8
.Os
.Sh NAME
@@ -50,4 +50,4 @@ have the format described in RFC 4122.
The
.Nm
utility first appeared in
-.Fx 12.0 .
+.Fx 11.1 .
More information about the svn-src-all
mailing list