From: Tomas Krizek Date: Tue, 14 Apr 2020 14:36:07 +0000 (+0200) Subject: doc/policy: make sure only one reference to rpz() exists X-Git-Tag: v5.1.0~12^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa3f574b1cd88fbcad9789940383ad55f03cac7;p=thirdparty%2Fknot-resolver.git doc/policy: make sure only one reference to rpz() exists --- diff --git a/modules/policy/README.rst b/modules/policy/README.rst index 7d5f86903..43fa4b465 100644 --- a/modules/policy/README.rst +++ b/modules/policy/README.rst @@ -51,7 +51,7 @@ A *filter* selects which queries will be affected by specified Actions_. There a Like :func:`policy.suffix` match, but you can also provide a common suffix of all matches for faster processing (nil otherwise). This function is faster for small suffix tables (in the order of "hundreds"). -.. function:: rpz(default_action, path, [watch]) +.. :noindex: function:: rpz(default_action, path, [watch]) Implements a subset of `Response Policy Zone` (RPZ_) stored in zonefile format. See below for details: :func:`policy.rpz`.