Some ibnd_* manpages source other manpages from a man3/ directory when it should
reference the pages in the current directory.
PR: 237693
Reported by: wosch@FreeBSD.org
Differential D28727
ibnd_*(3): fix source of manpage fernape on Feb 17 2021, 2:25 PM. Authored by Tags None Referenced Files
Details
Some ibnd_* manpages source other manpages from a man3/ directory when it should PR: 237693 $ man ibnd_debug This is what you get: () () See the file ibnd_discover_fabric.3. February 17, 2021 () (END) This was tested in 12.2-RELEASE and 13-stable After aplying the patch $ cd lib/ofed/libibnetdisc && make $ man ./ibnd_debug.3.gz It shows expected results.
Diff Detail
Event TimelineComment Actions I'd rather not modify the contrib source, skip installing these, and use MLINKS instead. Comment Actions Address comments by yuripv@
Test plan: Apply the patch and then: $ cd lib/ofed/libibnetdisc && make install ... ... $ man ibnd_debug $ man ibnd_destroy_fabric $ man ibnd_iter_nodes_type $ man ibnd_find_node_dr $ man ibnd_show_progress |