mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '2621-pull-request-to-fix-rdnc-addzone-doc' into 'main'
Resolve "Pull request to fix rdnc-addzone doc" Closes #2621 See merge request isc-projects/bind9!4882
This commit is contained in:
commit
33fd1a8437
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ Currently supported commands are:
|
|||
This sample ``addzone`` command adds the zone ``example.com`` to
|
||||
the default view:
|
||||
|
||||
``$ \ rndc addzone example.com '{ type master; file "example.com.db"; };'``
|
||||
``rndc addzone example.com '{ type master; file "example.com.db"; };'``
|
||||
|
||||
(Note the brackets around and semi-colon after the zone configuration
|
||||
text.)
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ after a restart.
|
|||
This sample \fBaddzone\fP command adds the zone \fBexample.com\fP to
|
||||
the default view:
|
||||
.sp
|
||||
\fB$ \e rndc addzone example.com \(aq{ type master; file "example.com.db"; };\(aq\fP
|
||||
\fBrndc addzone example.com \(aq{ type master; file "example.com.db"; };\(aq\fP
|
||||
.sp
|
||||
(Note the brackets around and semi\-colon after the zone configuration
|
||||
text.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue