svn commit: r42134 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup

Warren Block wblock at FreeBSD.org
Wed Jul 3 13:57:19 UTC 2013


Author: wblock
Date: Wed Jul  3 13:57:18 2013
New Revision: 42134
URL: http://svnweb.freebsd.org/changeset/doc/42134

Log:
  Extend the ulink external page example, leaving out the link text to
  show the actual URL.

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Wed Jul  3 12:07:50 2013	(r42133)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Wed Jul  3 13:57:18 2013	(r42134)
@@ -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>


More information about the svn-doc-all mailing list