Created attachment 216183 [details] manpage patch Hi there, I think it'd make sense to add a reference to smbmsg to the jedec_dimm and smbus manpage. Took me a while to find that useful tool. btw is there an easy tool to preview these manpages? https://roperzh.github.io/grapse/ chokes on these.
(In reply to johannes from comment #0) > btw is there an easy tool to preview these manpages? You can do something like: man /path/to/share/man/man4/jedec_dimm.4 to view a manual page by its pathname.
finally got around to this again: https://reviews.freebsd.org/D40839
hi there (in case anyone is listening...): patch updated https://reviews.freebsd.org/D40839
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b52347f5b93822ee970b6cf4b5d893d60c3ceee8 commit b52347f5b93822ee970b6cf4b5d893d60c3ceee8 Author: Johannes Totz <jo@bruelltuete.com> AuthorDate: 2026-01-02 15:03:24 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2026-01-02 19:20:45 +0000 jdec_dimm(4): add a reference to smbmsg(8) to jedec_dimm(4) and smbus(4) Add a cross reference to smbmsg(8) which is useful for discovering local devices and difficult to find otherwise. PR: 247749 Reviewed by: pauamma@gundo.com Differential Review: https://reviews.freebsd.org/D40839 share/man/man4/jedec_dimm.4 | 6 +++++- share/man/man4/smbus.4 | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-)