diff options
Diffstat (limited to 'man/systemd-resolve.xml')
-rw-r--r-- | man/systemd-resolve.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index e3ef26bb81..53f843ff93 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -21,7 +21,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-resolve" conditional='ENABLE_RESOLVED' +<refentry id="systemd-resolve" conditional='ENABLE_RESOLVE' xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> @@ -299,7 +299,18 @@ <varlistentry> <term><option>--flush-caches</option></term> - <listitem><para>Flushes all DNS resource record caches the service maintains locally.</para></listitem> + <listitem><para>Flushes all DNS resource record caches the service maintains locally. This is mostly equivalent + to sending the <constant>SIGUSR2</constant> to the <command>systemd-resolved</command> + service.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>--reset-server-features</option></term> + + <listitem><para>Flushes all feature level information the resolver learnt about specific servers, and ensures + that the server feature probing logic is started from the beginning with the next look-up request. This is + mostly equivalent to sending the <constant>SIGRTMIN+1</constant> to the <command>systemd-resolved</command> + service.</para></listitem> </varlistentry> <varlistentry> |