From: Pieter Lexis Date: Mon, 11 Aug 2014 20:57:04 +0000 (+0200) Subject: Fix < characters X-Git-Tag: rec-3.7.0-rc1~161^2^2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3b8055d4c14c9173191e3b2521e6b462ca121a6;p=pdns Fix < characters --- diff --git a/pdns/docs/markdown/authoritative/backend-bind.md b/pdns/docs/markdown/authoritative/backend-bind.md index 5cb79c0f6..a1f7e8e20 100644 --- a/pdns/docs/markdown/authoritative/backend-bind.md +++ b/pdns/docs/markdown/authoritative/backend-bind.md @@ -43,7 +43,7 @@ If [`bind-check-interval`](#bind-check-interval) is specified as zero, no checks ## pdns\_control commands ### `bind-add-zone ` -Add zone \ from \ 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 \'. @@ -55,7 +55,7 @@ Lists all zones that have problems, and what those problems are. Reloads a zone from disk NOW, reporting back results. ### `rediscover` -Reread the bind configuration file (`named.conf`). If parsing fails, the old configuration remains in force and pdns\_control reports the error. Any newly discovered domains are read, discarded domains are removed from memory. +Reread the bind configuration file (`named.conf`). If parsing fails, the old configuration remains in force and `pdns_control` reports the error. Any newly discovered domains are read, discarded domains are removed from memory. **Note**: Except that with 2.9.3, they are not removed from memory. @@ -63,7 +63,7 @@ Reread the bind configuration file (`named.conf`). If parsing fails, the old con All zones with a changed timestamp are reloaded at the next incoming query for them. ## Performance -The BindBackend does not benefit from the packet cache as it is fast enough on its own. Furthermore, on most systems, there will be no benefit in using multiple CPUs for the packetcache, so a noticeable speedup can be attained by specifying `distributor-threads=1` in `pdns.conf`. +The BindBackend does not benefit from the packet cache as it is fast enough on its own. Furthermore, on most systems, there will be no benefit in using multiple CPUs for the packetcache, so a noticeable speedup can be attained by specifying [`distributor-threads`](settings.md#distributor-threads)`=1` in `pdns.conf`. ## Master/slave configuration