From owner-dev-commits-src-branches@freebsd.org Tue Feb 16 02:20:15 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AF68544B56; Tue, 16 Feb 2021 02:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dfl731jYYz4c3b; Tue, 16 Feb 2021 02:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DCA4372; Tue, 16 Feb 2021 02:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 11G2KFUL029851; Tue, 16 Feb 2021 02:20:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 11G2KFjw029843; Tue, 16 Feb 2021 02:20:15 GMT (envelope-from git) Date: Tue, 16 Feb 2021 02:20:15 GMT Message-Id: <202102160220.11G2KFjw029843@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Kyle Evans Subject: git: be4b3e7a5bf9 - stable/13 - fmtree: add a deprecation notice to the manpage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: be4b3e7a5bf9e7b497fcfcc242eebb84d29a6e42 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2021 02:20:15 -0000 The branch stable/13 has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=be4b3e7a5bf9e7b497fcfcc242eebb84d29a6e42 commit be4b3e7a5bf9e7b497fcfcc242eebb84d29a6e42 Author: Kyle Evans AuthorDate: 2021-02-10 15:10:52 +0000 Commit: Kyle Evans CommitDate: 2021-02-16 02:20:02 +0000 fmtree: add a deprecation notice to the manpage Note that this mtree(8) is actually installed as fmtree(8), while mtree(8) is located in ^/contrib/mtree -- thus, the reference to mtree(8) makes a lot more sense in the context in which folks would actually notice it. Shout-out to Ravi for pointing out that this may not be an obvious fact. Relnotes: yes (cherry picked from commit 6fea22cebe5cb1e51e98c894a738bea910b7bc2f) --- usr.sbin/fmtree/mtree.8 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/usr.sbin/fmtree/mtree.8 b/usr.sbin/fmtree/mtree.8 index c2901e6776da..f5b4de4e7438 100644 --- a/usr.sbin/fmtree/mtree.8 +++ b/usr.sbin/fmtree/mtree.8 @@ -28,7 +28,7 @@ .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd June 16, 2007 +.Dd February 13, 2021 .Dt MTREE 8 .Os .Sh NAME @@ -362,6 +362,12 @@ style BSD.*.dist file, use .Fl n .Fl k .Cm uname,gname,mode,nochange. +.Sh DEPRECATION NOTICE +.Nm fmtree +is deprecated, and will be gone in +.Fx 14.0 . +.Xr mtree 8 +should be used instead. .Sh SEE ALSO .Xr chflags 1 , .Xr chgrp 1 , @@ -371,7 +377,8 @@ style BSD.*.dist file, use .Xr stat 2 , .Xr fts 3 , .Xr md5 3 , -.Xr chown 8 +.Xr chown 8 , +.Xr mtree 8 .Sh HISTORY The .Nm