From owner-svn-src-all@freebsd.org Sat May 27 00:30:53 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EB26D82552; Sat, 27 May 2017 00:30:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE1F716BB; Sat, 27 May 2017 00:30:52 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4R0UpTK002370; Sat, 27 May 2017 00:30:51 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4R0UpRk002365; Sat, 27 May 2017 00:30:51 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201705270030.v4R0UpRk002365@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 27 May 2017 00:30:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r318971 - in stable/11: lib/libc/gen lib/libc/sys sbin/zfsbootcfg share/man/man9 usr.sbin/efidp X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 00:30:53 -0000 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@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 .