doc: run make -f Makefile.doc (#3314)

add the acl manual page; mechanical change otherwise.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2019-09-27 13:30:22 +01:00
committed by GitHub
parent 7328d3e8c9
commit 4568a3c25a
39 changed files with 259 additions and 136 deletions

View File

@@ -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].