In DNS section:
- Add missing tags and role attribute - A little rewording - Punctuation fix
This commit is contained in:
parent
31ed5a77d6
commit
89bd054b11
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21378
1 changed files with 6 additions and 6 deletions
|
@ -5387,7 +5387,7 @@ host mailhost {
|
|||
world, replying authoritatively to queries.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>a domain, such as <hostid>example.org</hostid>, is
|
||||
<para>a domain, such as <hostid role="domainname">example.org</hostid>, is
|
||||
registered and IP addresses need to be assigned to hostnames
|
||||
under it.</para>
|
||||
</listitem>
|
||||
|
@ -5481,11 +5481,11 @@ host mailhost {
|
|||
relatively simple.
|
||||
</para>
|
||||
<para>
|
||||
To ensure the named daemon is started at boot, put the following
|
||||
modifications in <filename>/etc/rc.conf</filename>:
|
||||
To ensure the <application>named</application> daemon is started at boot, put the following
|
||||
line in <filename>/etc/rc.conf</filename>:
|
||||
</para>
|
||||
<programlisting>named_enable="YES"</programlisting>
|
||||
<para>To start the daemon manually (after configuring it)</para>
|
||||
<para>To start the daemon manually (after configuring it):</para>
|
||||
<screen>&prompt.root; <userinput>ndc start</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
|
@ -6229,13 +6229,13 @@ zone "10.168.192.in-addr.arpa" in {
|
|||
</para>
|
||||
|
||||
<tip><para>If a problem arises, keeping sources up to date and having a
|
||||
fresh build of named would not hurt.</para></tip>
|
||||
fresh build of <application>named</application> would not hurt.</para></tip>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Further Reading</title>
|
||||
<para>
|
||||
BIND/named manual pages: &man.ndc.8; &man.named.8; &man.named.conf.5;
|
||||
BIND/<application>named</application> manual pages: &man.ndc.8; &man.named.8; &man.named.conf.5;
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue