Run make -f Makefile.doc (#1635)

This commit is contained in:
Miek Gieben
2018-03-25 17:18:04 +01:00
committed by GitHub
parent 5616fcb175
commit 8e0c7f92c3
2 changed files with 15 additions and 6 deletions

View File

@@ -59,7 +59,9 @@ Load \fBexample\.hosts\fR file in the current directory\.
.
.nf
hosts example\.hosts
\&\. {
hosts example\.hosts
}
.
.fi
.
@@ -72,8 +74,10 @@ Load example\.hosts file and only serve example\.org and example\.net from it an
.
.nf
hosts example\.hosts example\.org example\.net {
fallthrough
\&\. {
hosts example\.hosts example\.org example\.net {
fallthrough
}
}
.
.fi
@@ -87,9 +91,11 @@ Load hosts file inlined in Corefile\.
.
.nf
hosts example\.hosts example\.org {
10\.0\.0\.1 example\.org
fallthrough
\&\. {
hosts example\.hosts example\.org {
10\.0\.0\.1 example\.org
fallthrough
}
}
.
.fi