mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
$ORIGIN examples needed some more dots
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||||
|
|
||||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.105 2001/02/16 03:03:08 bwelling Exp $ -->
|
<!-- File: $Id: Bv9ARM-book.xml,v 1.106 2001/02/20 23:09:39 gson Exp $ -->
|
||||||
|
|
||||||
<book>
|
<book>
|
||||||
<title>BIND 9 Administrator Reference Manual</title>
|
<title>BIND 9 Administrator Reference Manual</title>
|
||||||
@@ -4708,10 +4708,10 @@ be appended to any unqualified records. When a zone is first read
|
|||||||
in there is an implicit <command>$ORIGIN</command> <<varname>zone-name</varname>><command>.</command> The
|
in there is an implicit <command>$ORIGIN</command> <<varname>zone-name</varname>><command>.</command> The
|
||||||
current <command>$ORIGIN</command> is appended to the domain specified
|
current <command>$ORIGIN</command> is appended to the domain specified
|
||||||
in the <command>$ORIGIN</command> argument if it is not absolute.</para>
|
in the <command>$ORIGIN</command> argument if it is not absolute.</para>
|
||||||
<programlisting><literal>$ORIGIN example.com
|
<programlisting><literal>$ORIGIN example.com.
|
||||||
WWW CNAME MAIN-SERVER</literal></programlisting>
|
WWW CNAME MAIN-SERVER</literal></programlisting>
|
||||||
<para>is equivalent to</para>
|
<para>is equivalent to</para>
|
||||||
<programlisting><literal>WWW.EXAMPLE.COM CNAME MAIN-SERVER.EXAMPLE.COM.</literal></programlisting></sect3>
|
<programlisting><literal>WWW.EXAMPLE.COM. CNAME MAIN-SERVER.EXAMPLE.COM.</literal></programlisting></sect3>
|
||||||
<sect3><title>The <command>$INCLUDE</command> Directive</title>
|
<sect3><title>The <command>$INCLUDE</command> Directive</title>
|
||||||
<para>Syntax: <command>$INCLUDE</command>
|
<para>Syntax: <command>$INCLUDE</command>
|
||||||
<replaceable>filename</replaceable> <optional>
|
<replaceable>filename</replaceable> <optional>
|
||||||
|
Reference in New Issue
Block a user