Extend the ulink external page example, leaving out the link text to
show the actual URL.
This commit is contained in:
parent
3bb04e16d2
commit
302d6b4a0f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42134
1 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue