aboutsummaryrefslogtreecommitdiff
path: root/man/corefile.5
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-08-27 19:54:10 +0100
committerGravatar GitHub <noreply@github.com> 2018-08-27 19:54:10 +0100
commit554da015e75b9947531837456ab56a91f9e53fd4 (patch)
tree83fb47c42cf74c8dd9e1a4d87b2e2337183c290d /man/corefile.5
parente6ef320d13580548a1ff9a36c3b1365240577ac1 (diff)
downloadcoredns-1.2.1.tar.gz
coredns-1.2.1.tar.zst
coredns-1.2.1.zip
release: up version to 1.2.1 (#2057)v1.2.1
up the version and add the man-pages. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/corefile.5')
-rw-r--r--man/corefile.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/corefile.5 b/man/corefile.5
index ebd54cc79..1f7f385a3 100644
--- a/man/corefile.5
+++ b/man/corefile.5
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "COREFILE" "5" "June 2018" "CoreDNS" "CoreDNS"
+.TH "COREFILE" "5" "August 2018" "CoreDNS" "CoreDNS"
.
.SH "NAME"
\fBcorefile\fR
@@ -46,7 +46,7 @@ When a query comes in, it is matched again all zones for all servers, the server
Comments are allowed and begin with an unquoted hash \fB#\fR and continue to the end of the line\. Comments may be started anywhere on a line\.
.
.P
-Enviroment variables are supported and either the Unix or Windows form may be used: \fB{$ENV_VAR_1}\fR or \fB{%ENV_VAR_2%}\fR\.
+Environment variables are supported and either the Unix or Windows form may be used: \fB{$ENV_VAR_1}\fR or \fB{%ENV_VAR_2%}\fR\.
.
.P
You can use the \fBimport\fR "plugin" to include parts of other files, see \fIhttps://coredns\.io/explugins/import\fR\.