From: Christian Hofstaedtler Date: Thu, 25 Dec 2014 16:35:52 +0000 (+0100) Subject: docs: correct typo for pipebackend X-Git-Tag: rec-3.7.0-rc1~67^2~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c83c1453351603ee4e2ebdb7370c3fedd06e1ec4;p=pdns docs: correct typo for pipebackend --- diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index a8950cc64..ccc84a62d 100644 --- a/docs/markdown/authoritative/backend-pipe.md +++ b/docs/markdown/authoritative/backend-pipe.md @@ -165,7 +165,7 @@ DATA scopebits auth qname qclass qtype ttl id content `scopebits` indicates how many bits from the subnet provided in the question (originally from edns-subnet) were used in determining this answer. This can aid caching (although PowerDNS does not currently use this value). The `auth` field indicates whether this response is authoritative; this is for DNSSEC. In the `auth` field, use 0 for non-authoritative or 1 for authoritative. -For api-versions 1 and 2, the two new fields fall back to default values. The default value for scopebits is 0. The default for auth is 1 (meaning authoritative). +For abi-versions 1 and 2, the two new fields fall back to default values. The default value for scopebits is 0. The default for auth is 1 (meaning authoritative). ## Sample perl backend ```