From fd5e39cc76b535ee09196a08c06bb2cc66ddfce3 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Tue, 22 Feb 2022 11:48:28 +0100 Subject: [PATCH] Fix typo in DNSSEC guide parental-agents example The example will not load because of the typo, the comma should be a semicolon. --- doc/dnssec-guide/signing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dnssec-guide/signing.rst b/doc/dnssec-guide/signing.rst index ea920801b5..6aa3617264 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 {