From dcf5a38ddce39d893eda0429d06f9addb30200c6 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 13 Feb 2023 17:31:46 +0100 Subject: [PATCH] dnsdist: Fix the description of protobuf meta key-value pairs As suggested by Charles-Henri Bruyand (thanks!). --- pdns/dnsdistdist/docs/rules-actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 2209b0ecdb..45817741c3 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -1347,7 +1347,7 @@ The following actions exist. :param string remoteLogger: The :func:`remoteLogger ` object to write to :param string alterFunction: Name of a function to modify the contents of the logs before sending :param table options: A table with key: value pairs. - :param table metas: A list of name: key pairs, for meta-data to be added to Protocol Buffer message. + :param table metas: A list of ``name``=``key`` pairs, for meta-data to be added to Protocol Buffer message. Options: @@ -1373,7 +1373,7 @@ The following actions exist. :param string alterFunction: Name of a function to modify the contents of the logs before sending :param bool includeCNAME: Whether or not to parse and export CNAMEs. Default false :param table options: A table with key: value pairs. - :param table metas: A list of name: key pairs, for meta-data to be added to Protocol Buffer message. + :param table metas: A list of ``name``=``key`` pairs, for meta-data to be added to Protocol Buffer message. Options: -- 2.47.2