diff options
author | 2020-01-27 16:47:42 +0100 | |
---|---|---|
committer | 2020-01-27 16:47:42 +0100 | |
commit | 672ce6d04e735660157c7458c3a80c9a01af5e9c (patch) | |
tree | 534b2ba17dbcf1ac85fede09c5ae40629c3b1ec6 /man | |
parent | e8f94d28c1e250739b87448536a84fdb28d08033 (diff) | |
download | coredns-672ce6d04e735660157c7458c3a80c9a01af5e9c.tar.gz coredns-672ce6d04e735660157c7458c3a80c9a01af5e9c.tar.zst coredns-672ce6d04e735660157c7458c3a80c9a01af5e9c.zip |
Fix acl page (#3626)
* Fix acl page
It must have a Name section.
Fixes: https://github.com/coredns/coredns.io/issues/177
Signed-off-by: Miek Gieben <miek@miek.nl>
* generate
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man')
-rw-r--r-- | man/coredns-acl.7 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/coredns-acl.7 b/man/coredns-acl.7 index 0ebbb635a..e3daa8878 100644 --- a/man/coredns-acl.7 +++ b/man/coredns-acl.7 @@ -1,6 +1,7 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl .TH "COREDNS-ACL" 7 "January 2020" "CoreDNS" "CoreDNS Plugins" +.SH "NAME" .PP \fIacl\fP - enforces access control policies on source ip and prevents unauthorized access to DNS servers. |