]> granicus.if.org Git - pdns/commitdiff
fix some escaping fuckery
authorPieter Lexis <pieter@plexis.eu>
Wed, 10 Sep 2014 06:30:10 +0000 (08:30 +0200)
committerPieter Lexis <pieter@plexis.eu>
Tue, 25 Nov 2014 19:11:12 +0000 (20:11 +0100)
pdns/docs/markdown/authoritative/backend-bind.md

index a2a1ee35e05f1034ad466c6e13c8dc365227bd78..9da338b399286c4008df972aecdcf9f06ade7d37 100644 (file)
@@ -45,10 +45,10 @@ If [`bind-check-interval`](#bind-check-interval) is specified as zero, no checks
 
 ## pdns\_control commands
 ### `bind-add-zone <domain> <filename>`
-Add zone &lt;domain> from &lt;filename> to PDNS's bind backend. Zone will be loaded at first request.
+Add zone `domain` from `filename` to PDNS's bind backend. Zone will be loaded at first request.
 
 ### `bind-domain-status <domain> [domain]`
-Output status of domain or domains. Can be one of 'seen in named.conf, not parsed', 'parsed successfully at \<time;\>' or 'error parsing at line ... at \<time\>'.
+Output status of domain or domains. Can be one of `seen in named.conf, not parsed`, `parsed successfully at <time>` or `error parsing at line ... at <time>`.
 
 ### `bind-list-rejects`
 Lists all zones that have problems, and what those problems are.