Date: Sun, 12 Dec 2021 19:01:15 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ef2ecd048339 - stable/12 - mtree(8): add xref to mtree(5) Message-ID: <202112121901.1BCJ1F1K028869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ef2ecd0483392ac878a73afd5904020bf84ec5df commit ef2ecd0483392ac878a73afd5904020bf84ec5df Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2020-08-22 20:52:02 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-12-12 18:52:52 +0000 mtree(8): add xref to mtree(5) mtree(5) and mtree(8) come from different contrib sources. The former already had an xref to the latter, but not the other way around. MFC after: 1 week (cherry picked from commit da232c04ab9eba3d3a7fc73881daff847071e9fd) --- contrib/mtree/mtree.8 | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/mtree/mtree.8 b/contrib/mtree/mtree.8 index 830a2c037d3b..53bb21f711bf 100644 --- a/contrib/mtree/mtree.8 +++ b/contrib/mtree/mtree.8 @@ -748,6 +748,7 @@ seconds.nanoseconds without zero padding nanosecond values less than .Xr fnmatch 3 , .Xr fts 3 , .Xr strsvis 3 , +.Xr mtree 5 , .Xr chown 8 , .Xr mknod 8 .Sh HISTORY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112121901.1BCJ1F1K028869>