]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove spurious $ and \ in addzone example
authorMark Andrews <marka@isc.org>
Mon, 12 Apr 2021 03:57:56 +0000 (03:57 +0000)
committerMark Andrews <marka@isc.org>
Tue, 4 May 2021 02:44:22 +0000 (12:44 +1000)
(cherry picked from commit 205d1bb762082ac37ae92ae169bf65f35090187e)

bin/rndc/rndc.rst
doc/man/rndc.8in

index 6d540291f2246ff67f12ec5f67f9674d94e657a3..6221073ae8eb00f82020d0dac48faa1cf9b1e9ae 100644 (file)
@@ -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.)
index f1060df9a4788525cb29ba0909f550163574da4f..77fe6dd083546a4f98f58b4e3f096e12124718d1 100644 (file)
@@ -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.)