From 302d6b4a0f7bfae7c8888e47e41c06356f1fb228 Mon Sep 17 00:00:00 2001
From: Warren Block <wblock@FreeBSD.org>
Date: Wed, 3 Jul 2013 13:57:18 +0000
Subject: [PATCH] Extend the ulink external page example, leaving out the link
 text to show the actual URL.

---
 .../books/fdp-primer/docbook-markup/chapter.xml     | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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>