git: ef2ecd048339 - stable/12 - mtree(8): add xref to mtree(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Dec 2021 19:01:15 UTC
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