diff options
Diffstat (limited to 'man/coredns-import.7')
-rw-r--r-- | man/coredns-import.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/coredns-import.7 b/man/coredns-import.7 index 757e2a348..918e4a2cd 100644 --- a/man/coredns-import.7 +++ b/man/coredns-import.7 @@ -1,13 +1,13 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-IMPORT" 7 "August 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-IMPORT" 7 "September 2019" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP -\fIimport\fP - include files or reference snippets from a Corefile. +\fIimport\fP - includes files or references snippets from a Corefile. .SH "DESCRIPTION" .PP -The \fIimport\fP plugin can be used to include files into the main configuration. Another use it to +The \fIimport\fP plugin can be used to include files into the main configuration. Another use is to reference predefined snippets. Both can help to avoid some duplication. .PP @@ -45,7 +45,7 @@ label surrounded by parentheses: .nf (mysnippet) { - ... + ... } .fi |