From 68ae22d9659082a9dd180224b1f057b680d702ea Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 16 Oct 2017 15:05:33 +0200 Subject: [PATCH] docs: document 2 missing functions in pdnsutil.1 Closes #5784 --- docs/manpages/pdnsutil.1.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index cf575e1025..6a346e6d58 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -143,6 +143,12 @@ ZONE MANIPULATION COMMANDS create-zone *ZONE* Create an empty zone named *ZONE*. +create-slave-zone *ZONE* *MASTER* [*MASTER*].. + Create a new slave zone *ZONE* with masters *MASTER*. All *MASTER*\ s + need to to be IP addresses with an optional port. +change-slave-zone-master *ZONE* *MASTER* [*MASTER*].. + Change the masters for slave zone *ZONE* to new masters *MASTER*. All + *MASTER*\ s need to to be IP addresses with an optional port. check-all-zones Check all zones for correctness. check-zone *ZONE* -- 2.47.2