diff xml/en/docs/http/server_names.xml @ 593:130fad6dc1b4

Replaced the uses of "url" element with "literal".
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Jul 2012 05:17:45 +0000
parents 764fbac1b8b4
children 2300e4c1a231
line wrap: on
line diff
--- a/xml/en/docs/http/server_names.xml	Thu Jul 19 04:57:51 2012 +0000
+++ b/xml/en/docs/http/server_names.xml	Thu Jul 19 05:17:45 2012 +0000
@@ -58,12 +58,12 @@
 </listitem>
 
 <listitem>
-wildcard names starting with an asterisk: <url>*.example.org</url>
+wildcard names starting with an asterisk: <literal>*.example.org</literal>
 (longest first);
 </listitem>
 
 <listitem>
-wildcard names ending with an asterisk: <url>mail.*</url>
+wildcard names ending with an asterisk: <literal>mail.*</literal>
 (longest first);
 </listitem>
 
@@ -90,7 +90,7 @@
 “<literal>~^w.*\.example\.org$</literal>”.
 An asterisk can match several name parts.
 The name “<literal>*.example.org</literal>” matches not only
-<url>www.example.org</url> but <url>www.sub.example.org</url> as well.
+<literal>www.example.org</literal> but <literal>www.sub.example.org</literal> as well.
 </para>
 
 <para>
@@ -329,7 +329,7 @@
 <para>
 For these reasons, it is better to use exact names where possible.
 For example, if the most frequently requested names of a server
-are <url>example.org</url> and <url>www.example.org</url>,
+are <literal>example.org</literal> and <literal>www.example.org</literal>,
 it is more efficient to define them explicitly:
 
 <programlisting>
@@ -441,15 +441,15 @@
 </listitem>
 
 <listitem>
-Wildcard form <url>example.*</url> has been supported since 0.6.0.
+Wildcard form <literal>example.*</literal> has been supported since 0.6.0.
 </listitem>
 
 <listitem>
-The special form <url>.example.org</url> has been supported since 0.3.18.
+The special form <literal>.example.org</literal> has been supported since 0.3.18.
 </listitem>
 
 <listitem>
-Wildcard form <url>*.example.org</url> has been supported since 0.1.13.
+Wildcard form <literal>*.example.org</literal> has been supported since 0.1.13.
 </listitem>
 
 </list>