From: Pieter Lexis Date: Wed, 10 Sep 2014 06:30:10 +0000 (+0200) Subject: fix some escaping fuckery X-Git-Tag: rec-3.7.0-rc1~161^2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31e3d5c3edd7d944611a13b05febc7336711d2ab;p=thirdparty%2Fpdns.git fix some escaping fuckery --- diff --git a/pdns/docs/markdown/authoritative/backend-bind.md b/pdns/docs/markdown/authoritative/backend-bind.md index a2a1ee35e0..9da338b399 100644 --- a/pdns/docs/markdown/authoritative/backend-bind.md +++ b/pdns/docs/markdown/authoritative/backend-bind.md @@ -45,10 +45,10 @@ If [`bind-check-interval`](#bind-check-interval) is specified as zero, no checks ## pdns\_control commands ### `bind-add-zone ` -Add zone <domain> from <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]` -Output status of domain or domains. Can be one of 'seen in named.conf, not parsed', 'parsed successfully at \' or 'error parsing at line ... at \'. +Output status of domain or domains. Can be one of `seen in named.conf, not parsed`, `parsed successfully at