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.19.0~103^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fd5e39cc76b535ee09196a08c06bb2cc66ddfce3;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. --- 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 {