diff options
author | 2019-09-27 13:30:22 +0100 | |
---|---|---|
committer | 2019-09-27 13:30:22 +0100 | |
commit | 4568a3c25af8540c33fa59ca38ed82b572235d83 (patch) | |
tree | af7ba33e79d46719d50edf21d31102069341546c /man/coredns-erratic.7 | |
parent | 7328d3e8c989f28a4b3480c907fca8e7d43aa76a (diff) | |
download | coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.gz coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.tar.zst coredns-4568a3c25af8540c33fa59ca38ed82b572235d83.zip |
doc: run make -f Makefile.doc (#3314)
add the acl manual page; mechanical change otherwise.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-erratic.7')
-rw-r--r-- | man/coredns-erratic.7 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/man/coredns-erratic.7 b/man/coredns-erratic.7 index 782a976fa..61688ef9d 100644 --- a/man/coredns-erratic.7 +++ b/man/coredns-erratic.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-ERRATIC" 7 "August 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-ERRATIC" 7 "September 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP @@ -55,7 +55,7 @@ This plugin reports readiness to the ready plugin. .RS .nf -\&. { +example.org { erratic { drop 3 } @@ -71,7 +71,7 @@ Or even shorter if the defaults suits you. Note this only drops queries, it does .RS .nf -\&. { +example.org { erratic } @@ -85,7 +85,7 @@ Delay 1 in 3 queries for 50ms .RS .nf -\&. { +example.org { erratic { delay 3 50ms } @@ -101,7 +101,7 @@ Delay 1 in 3 and truncate 1 in 5. .RS .nf -\&. { +example.org { erratic { delay 3 5ms truncate 5 @@ -118,7 +118,7 @@ Drop every second query. .RS .nf -\&. { +example.org { erratic { drop 2 truncate 2 @@ -131,7 +131,6 @@ Drop every second query. .SH "ALSO SEE" .PP RFC 3849 -\[la]https://tools.ietf.org/html/rfc3849\[ra] and -RFC 5737 +\[la]https://tools.ietf.org/html/rfc3849\[ra] and RFC 5737 \[la]https://tools.ietf.org/html/rfc5737\[ra]. |