Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Feb 2024 04:43:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274434] HTMLDOCS for CXGBE(4) has an incorrect link to  ng_ether(4) in all versions from 9.0
Message-ID:  <bug-274434-227-nRO7AX20zj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274434-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274434-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274434

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=3D><i></></a>

If the manual page does not have an underscore in the filename, this struct=
ure
is created:
<a href><i></i></a>

Snippet of the webpage source for context:

<a name=3D"SEE_ALSO" href=3D"#end"><b>SEE ALSO</b></a>
       <a
href=3D"/cgi/man.cgi?query=3Dnetgraph&amp;sektion=3D4&amp;apropos=3D0&amp;m=
anpath=3DFreeBSD+9.0-RELEASE+and+Ports"><i>netgraph</i>(4)</a>,
<i>ng</i>_<a
href=3D"/cgi/man.cgi?query=3Deiface&amp;sektion=3D4&amp;apropos=3D0&amp;man=
path=3DFreeBSD+9.0-RELEASE+and+Ports"><i>eiface</i>(4)</a>,
<i>ng</i>_<a
href=3D"/cgi/man.cgi?query=3Dether&amp;sektion=3D4&amp;apropos=3D0&amp;manp=
ath=3DFreeBSD+9.0-RELEASE+and+Ports"><i>ether</i>(4)</a>,
<a
href=3D"/cgi/man.cgi?query=3Dngctl&amp;sektion=3D8&amp;apropos=3D0&amp;manp=
ath=3DFreeBSD+9.0-RELEASE+and+Ports"><i>ngctl</i>(8)</a>,
<a
href=3D"/cgi/man.cgi?query=3Dnghook&amp;sektion=3D8&amp;apropos=3D0&amp;man=
path=3DFreeBSD+9.0-RELEASE+and+Ports"><i>nghook</i>(8)</a>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274434-227-nRO7AX20zj>