Extend the ulink external page example, leaving out the link text to

show the actual URL.
This commit is contained in:
Warren Block 2013-07-03 13:57:18 +00:00
parent 3bb04e16d2
commit 302d6b4a0f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42134

View file

@ -2243,6 +2243,19 @@ IMAGES= chapter1/fig1.png
<ulink
url="http://en.wikipedia.org/wiki/GUID_Partition_Table">GUID
Partition Tables</ulink>.</para>
<para>The link text can be omitted to show the actual
URL:</para>
<programlisting><![CDATA[<para>Wikipedia has an excellent reference on
GUID Partition Tables: <ulink
url="http://en.wikipedia.org/wiki/GUID_Partition_Table"></ulink>.</para>]]></programlisting>
<para>Appearance:</para>
<para>Wikipedia has an excellent reference on
GUID Partition Tables: <ulink
url="http://en.wikipedia.org/wiki/GUID_Partition_Table"></ulink>.</para>
</example>
</sect3>
</sect2>