diff options
author | 2020-01-31 12:37:24 +0100 | |
---|---|---|
committer | 2020-01-31 11:37:24 +0000 | |
commit | f77c6e55bf735ab3e08feaa8dbbf4a995512a992 (patch) | |
tree | 4673f537d44dc33d3ad8645dd5963cf2536605de /plugin/cancel | |
parent | 510f2c503da2d8a428c656f5240481b2f2f4b718 (diff) | |
download | coredns-f77c6e55bf735ab3e08feaa8dbbf4a995512a992.tar.gz coredns-f77c6e55bf735ab3e08feaa8dbbf4a995512a992.tar.zst coredns-f77c6e55bf735ab3e08feaa8dbbf4a995512a992.zip |
presubmit: test README.md sections (#3644)
Automatically submitted.
Diffstat (limited to 'plugin/cancel')
-rw-r--r-- | plugin/cancel/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/cancel/README.md b/plugin/cancel/README.md index 8561b1f6b..65224bf52 100644 --- a/plugin/cancel/README.md +++ b/plugin/cancel/README.md @@ -16,6 +16,8 @@ A plugin interested in the cancellation status should call `plugin.Done()` on th context was canceled due to a timeout the plugin should not write anything back to the client and return a value indicating CoreDNS should not either; a zero return value should suffice for that. +## Syntax + ~~~ txt cancel [TIMEOUT] ~~~ |