[Bug 274434] HTMLDOCS for CXGBE(4) has an incorrect link to ng_ether(4) in all versions from 9.0
Date: Thu, 01 Feb 2024 04:43:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274434 Chris Davidson <Christopher.davidson@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Christopher.davidson@gmail. | |com --- Comment #2 from Chris Davidson <Christopher.davidson@gmail.com> --- After some investigation, the html file is generating an incorrect link. If the manual page has an underscore in the filename, this structure is created: <i> <i> _ <a href=><i></></a> If the manual page does not have an underscore in the filename, this structure is created: <a href><i></i></a> Snippet of the webpage source for context: <a name="SEE_ALSO" href="#end"><b>SEE ALSO</b></a> <a href="/cgi/man.cgi?query=netgraph&sektion=4&apropos=0&manpath=FreeBSD+9.0-RELEASE+and+Ports"><i>netgraph</i>(4)</a>, <i>ng</i>_<a href="/cgi/man.cgi?query=eiface&sektion=4&apropos=0&manpath=FreeBSD+9.0-RELEASE+and+Ports"><i>eiface</i>(4)</a>, <i>ng</i>_<a href="/cgi/man.cgi?query=ether&sektion=4&apropos=0&manpath=FreeBSD+9.0-RELEASE+and+Ports"><i>ether</i>(4)</a>, <a href="/cgi/man.cgi?query=ngctl&sektion=8&apropos=0&manpath=FreeBSD+9.0-RELEASE+and+Ports"><i>ngctl</i>(8)</a>, <a href="/cgi/man.cgi?query=nghook&sektion=8&apropos=0&manpath=FreeBSD+9.0-RELEASE+and+Ports"><i>nghook</i>(8)</a> -- You are receiving this mail because: You are the assignee for the bug.