From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:07:13 +0000 (-0500) Subject: docs: pdnsutil X-Git-Tag: dnsdist-1.8.0-rc3~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a28512be9fb5b0c38680a1196938a79c3f67cdeb;p=thirdparty%2Fpdns.git docs: pdnsutil - remove stray `:` - harmonize `...` --- diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index f306dd4f80..9d18f8e28c 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -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!