From be519bcbf21960ddc4e4f87a43588a07d3572ec6 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 19 Jan 2018 23:17:40 +0100 Subject: [PATCH] docs: replace order with position --- pdns/dnsdistdist/docs/guides/webserver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/guides/webserver.rst b/pdns/dnsdistdist/docs/guides/webserver.rst index ff0eda289..cdcd5f296 100644 --- a/pdns/dnsdistdist/docs/guides/webserver.rst +++ b/pdns/dnsdistdist/docs/guides/webserver.rst @@ -187,7 +187,7 @@ JSON Objects :property string action: The action taken when the rule matches (e.g. "to pool abuse") :property dict action-stats: A list of statistics whose content varies depending on the kind of rule - :property integer id: The order of this rule + :property integer id: The position of this rule :property integer matches: How many times this rule was hit :property string rule: The matchers for the packet (e.g. "qname==bad-domain1.example., bad-domain2.example.") :property string uuid: The UUID of this rule -- 2.49.0