From: Matthijs Mekking Date: Tue, 22 Feb 2022 10:48:28 +0000 (+0100) Subject: Fix typo in DNSSEC guide parental-agents example X-Git-Tag: v9.16.27~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff61d743104ff1b4bfd4972f8e29faa59c94929f;p=thirdparty%2Fbind9.git Fix typo in DNSSEC guide parental-agents example The example will not load because of the typo, the comma should be a semicolon. (cherry picked from commit fd5e39cc76b535ee09196a08c06bb2cc66ddfce3) --- diff --git a/doc/dnssec-guide/signing.rst b/doc/dnssec-guide/signing.rst index ea920801b59..6aa3617264e 100644 --- a/doc/dnssec-guide/signing.rst +++ b/doc/dnssec-guide/signing.rst @@ -898,7 +898,7 @@ presence. Let's look at the following configuration excerpt: :: parental-agents "net" { - 10.53.0.11, 10.53.0.12; + 10.53.0.11; 10.53.0.12; }; zone "example.net" in {