mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
Fix rndc reset-stats documentation
Reformat the section to be more consistent with the rest of the rndc documentation and avoid using :program: directive which would needlessly break rst links.
This commit is contained in:
parent
7a9e88afaa
commit
22bd41e308
1 changed files with 3 additions and 6 deletions
|
|
@ -471,18 +471,15 @@ Currently supported commands are:
|
|||
If a zone is specified, this command reloads only the given zone.
|
||||
If no zone is specified, the reloading happens asynchronously.
|
||||
|
||||
.. option:: reset-stats
|
||||
.. program:: rndc
|
||||
|
||||
.. option:: reset-stats <counter-name ...>
|
||||
|
||||
This command resets the requested statistics counters.
|
||||
|
||||
.. program:: rndc reset-stats
|
||||
.. option:: counter-name ...
|
||||
|
||||
At least one counter name must be provided. Currently the following counters
|
||||
are supported: ``recursive-high-water``, ``tcp-high-water``.
|
||||
|
||||
.. program:: rndc
|
||||
|
||||
.. option:: responselog [on | off]
|
||||
|
||||
This command enables or disables response logging. For backward compatibility,
|
||||
|
|
|
|||
Loading…
Reference in a new issue