From c83c1453351603ee4e2ebdb7370c3fedd06e1ec4 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 25 Dec 2014 17:35:52 +0100 Subject: [PATCH] docs: correct typo for pipebackend --- docs/markdown/authoritative/backend-pipe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` -- 2.50.0