]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - docs/manpages/zone2json.1.rst
Make sure we can install unsigned packages.
[thirdparty/pdns.git] / docs / manpages / zone2json.1.rst
index c98a4852df8ccd427488549c6b0e8bc537f78fe0..b9c9d3ff1dae8d9308c749a1a206968bef295721 100644 (file)
@@ -1,8 +1,6 @@
 zone2json
 =========
 
-:program:`zone2json` - convert BIND zones to JSON
-
 Synopsis
 --------
 
@@ -11,10 +9,10 @@ Synopsis
 Description
 -----------
 
-:program:`zone2json` parses Bind named.conf files and zonefiles and outputs
+:program:`zone2json` parses BIND named.conf files and zonefiles and outputs
 JSON on standard out, which can then be fed to the PowerDNS API.
 
-:program:`zone2json` understands the Bind master file extension ``$GENERATE``
+:program:`zone2json` understands the BIND master file extension ``$GENERATE``
 and will also honour ``$ORIGIN`` and ``$TTL``.
 
 Options
@@ -23,7 +21,7 @@ Options
 INPUT Options
 -------------
 
---named-conf=<PATH>        Read *PATH* to get the bind configuration
+--named-conf=<PATH>        Read *PATH* to get the BIND configuration
 --zone=<PATH>              Parse only the zone file at *PATH* Conflicts with ``--named-conf`` parameter.
 --zone-name=<NAME>         When parsing a single zone without $ORIGIN statement, set *ZONE* as the zone name.