Bug 292147 - gpart(8) refers to non-existent zfsprops(8)
Summary: gpart(8) refers to non-existent zfsprops(8)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL: https://github.com/freebsd/freebsd-sr...
Keywords:
Depends on:
Blocks:
 
Reported: 2026-01-03 09:25 UTC by devnull
Modified: 2026-06-11 16:59 UTC (History)
6 users (show)

See Also:


Attachments
Fixes incorrect cross-reference to zfsprops(8) in gpart(8) (338 bytes, patch)
2026-03-10 15:01 UTC, Paarth Shirsat
paarthshirsat123: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description devnull freebsd_committer freebsd_triage 2026-01-03 09:25:35 UTC
<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.
Comment 1 Paarth Shirsat 2026-03-10 15:01:47 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-05-09 14:05:06 UTC
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(-)
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2026-05-09 14:07:22 UTC
I've committed a slightly modified version (bumped the .Dd) of the patch just now. Thanks, PR closed.
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-06-11 16:59:25 UTC
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(-)