From: Mark Andrews Date: Mon, 12 Apr 2021 03:57:56 +0000 (+0000) Subject: Remove spurious $ and \ in addzone example X-Git-Tag: v9.17.13~19^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=205d1bb762082ac37ae92ae169bf65f35090187e;p=thirdparty%2Fbind9.git Remove spurious $ and \ in addzone example --- diff --git a/bin/rndc/rndc.rst b/bin/rndc/rndc.rst index 6d540291f22..6221073ae8e 100644 --- a/bin/rndc/rndc.rst +++ b/bin/rndc/rndc.rst @@ -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.) diff --git a/doc/man/rndc.8in b/doc/man/rndc.8in index cfdad5ef3e3..a17124ee7e9 100644 --- a/doc/man/rndc.8in +++ b/doc/man/rndc.8in @@ -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.)