<https://man.freebsd.org/cgi/man.cgi?query=zfsprops&sektion=7&manpath=freebsd-current> * zfsprops(7) exists * zfsprops(8) does not. Affected: <https://man.freebsd.org/cgi/man.cgi?query=gpart&sektion=8&manpath=freebsd-current#DIAGNOSTICS>. Origin, via git blame: base a08b38dfcea3, <https://reviews.freebsd.org/D52992>. Discoverability: <https://freebsd-git-weekly.tarsnap.net/2025-Q4.html#doc>, thanks to Tarsnap Backup Inc. for sponsorship and to Graham Percival.
Created attachment 268690 [details] Fixes incorrect cross-reference to zfsprops(8) in gpart(8) gpart(8) references zfsprops(8) in the DIAGNOSTICS section, but its manual page does not exist. This patch fixes that with adding reference to zfsprops(7) which exists. Tested with mandoc.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=6499888ca741bf3db90d7fd352d5480f7314337f commit 6499888ca741bf3db90d7fd352d5480f7314337f Author: Paarth Shirsat <paarthshirsat123@gmail.com> AuthorDate: 2026-05-09 13:58:36 +0000 Commit: Benedict Reuschling <bcr@FreeBSD.org> CommitDate: 2026-05-09 14:01:12 +0000 gpart(7): Fix reference to the zfsprops man page PR: 292147 lib/geom/part/gpart.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
I've committed a slightly modified version (bumped the .Dd) of the patch just now. Thanks, PR closed.
A commit in branch stable/15 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b1594ae1d1867fbb2ac442b5d326eae6fafa3167 commit b1594ae1d1867fbb2ac442b5d326eae6fafa3167 Author: Paarth Shirsat <paarthshirsat123@gmail.com> AuthorDate: 2026-05-09 13:58:36 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2026-06-11 16:38:19 +0000 gpart(7): Fix reference to the zfsprops man page PR: 292147 (cherry picked from commit 6499888ca741bf3db90d7fd352d5480f7314337f) lib/geom/part/gpart.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)