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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1999%2Fhead;p=thirdparty%2Fpdns.git docs: correct typo for pipebackend --- diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index a8950cc64b..ccc84a62dd 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 ```