aboutsummaryrefslogtreecommitdiff
path: root/man/coredns-cancel.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/coredns-cancel.7')
-rw-r--r--man/coredns-cancel.710
1 files changed, 5 insertions, 5 deletions
diff --git a/man/coredns-cancel.7 b/man/coredns-cancel.7
index 29480a933..a628d9ad0 100644
--- a/man/coredns-cancel.7
+++ b/man/coredns-cancel.7
@@ -1,9 +1,9 @@
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
-.TH "COREDNS-CANCEL" 7 "August 2019" "CoreDNS" "CoreDNS Plugins"
+.TH "COREDNS-CANCEL" 7 "September 2019" "CoreDNS" "CoreDNS Plugins"
.SH "NAME"
.PP
-\fIcancel\fP - a plugin that cancels a request's context after 5001 milliseconds.
+\fIcancel\fP - cancels a request's context after 5001 milliseconds.
.SH "DESCRIPTION"
.PP
@@ -11,7 +11,7 @@ The \fIcancel\fP plugin creates a canceling context for each request. It adds a
triggered after 5001 milliseconds.
.PP
-The 5001 number is chosen because the default timeout for DNS clients is 5 seconds, after that they
+The 5001 number was chosen because the default timeout for DNS clients is 5 seconds, after that they
give up.
.PP
@@ -37,7 +37,7 @@ cancel [TIMEOUT]
.RS
.nf
-\&. {
+example.org {
cancel
whoami
}
@@ -52,7 +52,7 @@ Or with a custom timeout:
.RS
.nf
-\&. {
+example.org {
cancel 1s
whoami
}