]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: pdnsutil 12604/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 1 Mar 2023 14:07:13 +0000 (09:07 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 14:07:13 +0000 (09:07 -0500)
- remove stray `:`
- harmonize `...`

docs/manpages/pdnsutil.1.rst

index f306dd4f80c7887bfdac40b3c7a2315efa9676f3..9d18f8e28ca8e86ab9b557582806a5749524640c 100644 (file)
@@ -180,10 +180,10 @@ list-autoprimaries
     List all autoprimaries.
 create-zone *ZONE*
     Create an empty zone named *ZONE*.
-create-secondary-zone *ZONE* *PRIMARY* [*PRIMARY*]..
+create-secondary-zone *ZONE* *PRIMARY* [*PRIMARY*]...
     Create a new secondary zone *ZONE* with primaries *PRIMARY*. All *PRIMARY*\ s
     need to to be space-separated IP addresses with an optional port.
-change-secondary-zone-primary *ZONE* *PRIMARY* [*PRIMARY*]..
+change-secondary-zone-primary *ZONE* *PRIMARY* [*PRIMARY*]...
     Change the primaries for secondary zone *ZONE* to new primaries *PRIMARY*. All
     *PRIMARY*\ s need to to be space-separated IP addresses with an optional port.
 check-all-zones
@@ -195,7 +195,7 @@ clear-zone *ZONE*
     settings unchanged
 delete-rrset *ZONE* *NAME* *TYPE*
     Delete named RRSET from zone.
-delete-zone *ZONE*:
+delete-zone *ZONE*
     Delete the zone named *ZONE*.
 edit-zone *ZONE*
     Opens *ZONE* in zonefile format (regardless of backend it was loaded
@@ -217,7 +217,7 @@ increase-serial *ZONE*
 list-keys [*ZONE*]
     List DNSSEC information for all keys or for *ZONE*. --verbose or -v will
     also include the keys for disabled or empty zones.
-list-all-zones:
+list-all-zones
     List all active zone names. --verbose or -v will also include disabled
     or empty zones.
 list-zone *ZONE*
@@ -234,7 +234,7 @@ rectify-all-zones
     Calculates the 'ordername' and 'auth' fields for all zones so they
     comply with DNSSEC settings. Can be used to fix up migrated data.
     Can always safely be run, it does no harm.
-replace-rrset *ZONE* *NAME* *TYPE* [*TTL*] *CONTENT* [*CONTENT*..]
+replace-rrset *ZONE* *NAME* *TYPE* [*TTL*] *CONTENT* [*CONTENT*...]
     Replace existing *NAME* in zone *ZONE* with a new set.
 secure-zone *ZONE*
     Configures a zone called *ZONE* with reasonable DNSSEC settings. You
@@ -277,7 +277,7 @@ zonemd-verify-file *ZONE* *FILE*
 DEBUGGING TOOLS
 ---------------
 
-backend-cmd *BACKEND* *CMD* [*CMD..*]
+backend-cmd *BACKEND* *CMD* [*CMD...*]
     Send a text command to a backend for execution. GSQL backends will
     take SQL commands, other backends may take different things. Be
     careful!