aboutsummaryrefslogtreecommitdiff
path: root/contrib/openresolv
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2012-08-21 06:14:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2012-08-21 06:14:08 +0000
commit27c9070e7e726d96ce4995cfc3f64a284fdaff2c (patch)
tree7daba720ccbd18c31b09eb161d23c669e5e54dec /contrib/openresolv
parent5763679b4deee246296252ecd81ef42be9987660 (diff)
downloadsrc-27c9070e7e726d96ce4995cfc3f64a284fdaff2c.tar.gz
src-27c9070e7e726d96ce4995cfc3f64a284fdaff2c.zip
According to resolvconf.conf(5) manpage and sources, there is no
'nameservers' option which used in examples in resolvconf.conf(5), it spelled 'name_servers', so fix examples.
Notes
Notes: svn path=/head/; revision=239477
Diffstat (limited to 'contrib/openresolv')
-rw-r--r--contrib/openresolv/resolvconf.conf.5.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openresolv/resolvconf.conf.5.in b/contrib/openresolv/resolvconf.conf.5.in
index 98a3017b7e53..454aac5380d0 100644
--- a/contrib/openresolv/resolvconf.conf.5.in
+++ b/contrib/openresolv/resolvconf.conf.5.in
@@ -113,7 +113,7 @@ This file tells dnsmasq which nameservers to use for specific domains.
This file tells dnsmasq which nameservers to use for global lookups.
.Pp
Example resolvconf.conf for dnsmasq:
-.D1 nameservers=127.0.0.1
+.D1 name_servers=127.0.0.1
.D1 dnsmasq_conf=/etc/dnsmasq-conf.conf
.D1 dnsmasq_resolv=/etc/dnsmasq-resolv.conf
.Pp
@@ -129,7 +129,7 @@ Include this file in the named global scope, after the options block.
This file tells named which nameservers to use for specific domains.
.Pp
Example resolvconf.conf for named:
-.D1 nameservers=127.0.0.1
+.D1 name_servers=127.0.0.1
.D1 named_options=/etc/named-options.conf
.D1 named_zones=/etc/named-zones.conf
.Pp
@@ -152,7 +152,7 @@ If this variable is not set then it's written to
.Pa pdnsd_conf .
.Pp
Example resolvconf.conf for pdnsd:
-.D1 nameservers=127.0.0.1
+.D1 name_servers=127.0.0.1
.D1 pdnsd_conf=/etc/pdnsd.conf
.D1 # pdnsd_resolv=/etc/pdnsd-resolv.conf
.Pp
@@ -171,7 +171,7 @@ Example pdnsd.conf:
This file tells unbound about specific and global nameservers.
.Pp
Example resolvconf.conf for unbound:
-.D1 nameservers=127.0.0.1
+.D1 name_servers=127.0.0.1
.D1 unbound_conf=/etc/unbound-resolvconf.conf
.Pp
Example unbound.conf: