diff options
author | 2017-10-10 09:39:35 +0200 | |
---|---|---|
committer | 2017-10-10 09:39:35 +0200 | |
commit | 427aed6f5b465277dbc85be3ffbdccf0b88257ac (patch) | |
tree | 7145ba2944e0e1ee7bf54df89bb2fcc677225197 /plugin/debug/README.md | |
parent | 7c6ba3fcbd78d8698b62925451b39cb103cbadbc (diff) | |
download | coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.tar.gz coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.tar.zst coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.zip |
doc update (#1140)
* doc update
Go through all README and fix mistakes, extend example and let more
corefile snippets be test for validity.
* Cant use spefic addr in test
Diffstat (limited to 'plugin/debug/README.md')
-rw-r--r-- | plugin/debug/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/debug/README.md b/plugin/debug/README.md index 47ee9b761..b3dab62d9 100644 --- a/plugin/debug/README.md +++ b/plugin/debug/README.md @@ -2,8 +2,8 @@ *debug* disables the automatic recovery upon a CoreDNS crash so that you'll get a nice stack trace. -Note that the *errors* plugin (if loaded) will also set a `recover` negating this setting. -The main use of *debug* is to help testing. +Note that the *errors* plugin (if loaded) will also set a `recover` negating this setting. The main +use of *debug* is to help testing. ## Syntax |