From 2450b65da99eaca9265eaeab7226b0a892ad8617 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20Kleine-K=C3=B6nig?= Date: Tue, 7 Nov 2023 15:54:08 +0100 Subject: [PATCH] docs/migration: Fix reference to zone2sql(1) manpage Without :doc: the sentence is rendered as See its manpage for more information. in the html output as can currently be seen on https://doc.powerdns.com/authoritative/migration.html#migration-zone2sql . Adding :doc: makes this a proper link. --- docs/migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.rst b/docs/migration.rst index 6d01d5aa5d..55786b4c94 100644 --- a/docs/migration.rst +++ b/docs/migration.rst @@ -112,7 +112,7 @@ For backends supporting slave operation, there is also an option to keep slave zones as slaves, and not convert them to native operation. ``zone2sql`` can generate SQL for nearly all the Generic SQL backends. -See `its manpage ` for more information. +See :doc:`its manpage ` for more information. An example call to ``zone2sql`` could be: -- 2.47.2