Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2013 13:57:18 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42134 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup
Message-ID:  <201307031357.r63DvIOi086307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307031357.r63DvIOi086307>