diff --git a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml index 376d37ab16..8c5573a646 100644 --- a/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml @@ -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>