]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove some misunderstanding of adding several masters in slave zones
authorspirillen <44526987+spirillen@users.noreply.github.com>
Fri, 7 Dec 2018 09:56:52 +0000 (10:56 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 09:56:52 +0000 (10:56 +0100)
Trying to remove some misunderstanding of how several masters are added by adding the "Master addressess is to be seperated by spaces" to avoid misunderstanding as noted in the IRC by me.

Reason
I understood that by this is MASTER OR [master in array]

Coz: Seen inconsistent to "@Habbie this is what unix commands are documented like
@Habbie  in every project
@Habbie over the last 30 years"

docs/manpages/pdnsutil.1.rst

index 1d1fcbf2a3adf5511f4c4a14700c9c690d866ef7..8d806345208058d44b9daeb1049422c413c40a43 100644 (file)
@@ -152,9 +152,11 @@ create-zone *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.
+    Master addressess is to be seperated by spaces
 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.
+    Master addressess is to be seperated by spaces
 check-all-zones
     Check all zones for correctness.
 check-zone *ZONE*