From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:17:48 +0000 (-0500) Subject: docs: harmonize `an experimental feature` X-Git-Tag: dnsdist-1.8.0-rc1~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e71d3f6578940df71f5040f23f26adff61a47c79;p=thirdparty%2Fpdns.git docs: harmonize `an experimental feature` --- diff --git a/docs/dnssec/pkcs11.rst b/docs/dnssec/pkcs11.rst index b7ad8da7bc..b1f95f1ba0 100644 --- a/docs/dnssec/pkcs11.rst +++ b/docs/dnssec/pkcs11.rst @@ -2,7 +2,7 @@ PKCS#11 support =============== .. note:: - This feature is experimental, use at your own risk! + This is an experimental feature, use at your own risk! To enable it, compile PowerDNS Authoritative Server using ``--enable-experimental-pkcs11`` flag on configure. This requires you to have the p11-kit libraries and headers. diff --git a/docs/migration.rst b/docs/migration.rst index 0db501729b..6d01d5aa5d 100644 --- a/docs/migration.rst +++ b/docs/migration.rst @@ -142,7 +142,7 @@ Migrating Data from one Backend to Another Backend -------------------------------------------------- .. note:: - This is experimental feature. + This is an experimental feature. Syntax: ``pdnsutil b2b-migrate OLD NEW`` diff --git a/docs/tsig.rst b/docs/tsig.rst index dd04c11f3a..197f50fa41 100644 --- a/docs/tsig.rst +++ b/docs/tsig.rst @@ -124,7 +124,7 @@ GSS-TSIG allows authentication and authorization of DNS updates or AXFR using Kerberos with TSIG signatures. .. note:: - This feature is experimental and subject to change in future releases. + This is an experimental feature and subject to change in future releases. Prerequisites ~~~~~~~~~~~~~ diff --git a/pdns/recursordist/docs/changelog/pre-4.0.rst b/pdns/recursordist/docs/changelog/pre-4.0.rst index 1b73df39ae..9ecf0dd539 100644 --- a/pdns/recursordist/docs/changelog/pre-4.0.rst +++ b/pdns/recursordist/docs/changelog/pre-4.0.rst @@ -923,7 +923,7 @@ Improvements 1677 `__. - On some platforms, it may be better to have PowerDNS itself distribute queries over threads (instead of leaving it up to the - kernel). This experimental feature can be enabled with the + kernel). This is an experimental feature and can be enabled with the 'pdns-distributes-queries' setting. Code in `commit 1678 `__ and beyond. Speeds up Solaris measurably. diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index db394fe959..bf7b41f6ec 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -807,7 +807,7 @@ This file can be used to serve data authoritatively using `export-etc-hosts`_. - Integer - Default: 0 -Enable the recording and logging of ref:`event traces`. This is an experimental feature subject to change. +Enable the recording and logging of ref:`event traces`. This is an experimental feature and subject to change. Possible values are 0: (disabled), 1 (add information to protobuf logging messages) and 2 (write to log) and 3 (both). .. _setting-export-etc-hosts: