]> 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:18:34 +0000 (02:18 +0000)
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 cfdad5ef3e3a5e9a5678993255da9a09dd91236e..a17124ee7e9e73ba3107a00cd3c3cea75f8348b8 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.)