Fix <ulink> misuse that caused an abbreviated URL to be displayed with
a footnote to the full URL. dhcp.org(1) 1. http://www.dhcp.org Now it just displays 'http://www.dhcp.org' inline. Found by: loader@freebsdmall.com
This commit is contained in:
parent
66304738e2
commit
af9a63d5ea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22102
1 changed files with 1 additions and 1 deletions
|
|
@ -2708,7 +2708,7 @@ dhcp_flags=""</programlisting>
|
|||
<para>The DHCP protocol is fully described in
|
||||
<ulink url="http://www.freesoft.org/CIE/RFC/2131/">RFC 2131</ulink>.
|
||||
An informational resource has also been set up at
|
||||
<ulink url="http://www.dhcp.org/">dhcp.org</ulink>.</para>
|
||||
<ulink url="http://www.dhcp.org/"></ulink>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="network-dhcp-server">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue