Commit 6f130def authored by Simon Kelley's avatar Simon Kelley

Manpage typos.

Thanks to Gildas Le Nadan.
parent 3931a7bd
...@@ -572,12 +572,12 @@ zones. Note that this is optional, all the values are set to sane defaults. ...@@ -572,12 +572,12 @@ zones. Note that this is optional, all the values are set to sane defaults.
Specify any secondary servers for a zone for which dnsmasq is Specify any secondary servers for a zone for which dnsmasq is
authoritative. These servers must be configured to get zone data from authoritative. These servers must be configured to get zone data from
dnsmasq by zone transfer, and answer queries for the same dnsmasq by zone transfer, and answer queries for the same
authoritative zones and dnsmasq. authoritative zones as dnsmasq.
.TP .TP
.B --auth-peer=<ip-address>[,<ip-address>[,<ip-address>...]] .B --auth-peer=<ip-address>[,<ip-address>[,<ip-address>...]]
Specify the addresses of secondary servers which are allowed to Specify the addresses of secondary servers which are allowed to
initiate zone transfer (AXFR) requests for zones for which dnsmasq is initiate zone transfer (AXFR) requests for zones for which dnsmasq is
authoritative. If this option is not given, then AXFR requests wil be authoritative. If this option is not given, then AXFR requests will be
accepted from any secondary. accepted from any secondary.
.TP .TP
.B --conntrack .B --conntrack
...@@ -630,7 +630,7 @@ This forms a template which describes how to create ranges, based on the address ...@@ -630,7 +630,7 @@ This forms a template which describes how to create ranges, based on the address
.B --dhcp-range=::1,::400,constructor:eth0 .B --dhcp-range=::1,::400,constructor:eth0
will look for addreses of the form <network>::1 on eth0 and then create a range from <network>::1 to <network>::400. If the interface is assigned more than one network, then the corresponding ranges will be automatically created, and then deprecated and finally removed again as the address is deprecated and then deleted. The interface name may have a final "*" wildcard. will look for addresses of the form <network>::1 on eth0 and then create a range from <network>::1 to <network>::400. If the interface is assigned more than one network, then the corresponding ranges will be automatically created, and then deprecated and finally removed again as the address is deprecated and then deleted. The interface name may have a final "*" wildcard.
The optional The optional
.B set:<tag> .B set:<tag>
...@@ -734,7 +734,7 @@ may contain an IPv4 address or an IPv6 address, or both. IPv6 addresses must be ...@@ -734,7 +734,7 @@ may contain an IPv4 address or an IPv6 address, or both. IPv6 addresses must be
.B --dhcp-host=laptop,[1234::56] .B --dhcp-host=laptop,[1234::56]
IPv6 addresses may contain only the host-identifier part: IPv6 addresses may contain only the host-identifier part:
.B --dhcp-host=laptop,[::56] .B --dhcp-host=laptop,[::56]
in which case thay act as wildcards in constructed dhcp ranges, with in which case they act as wildcards in constructed dhcp ranges, with
the appropriate network part inserted. the appropriate network part inserted.
Note that in IPv6 DHCP, the hardware address is not normally Note that in IPv6 DHCP, the hardware address is not normally
available, so a client must be identified by client-id (called client available, so a client must be identified by client-id (called client
...@@ -1784,7 +1784,7 @@ entry or ...@@ -1784,7 +1784,7 @@ entry or
If the external address is dynamic, the address If the external address is dynamic, the address
associated with our.zone.com must be derived from the address of the associated with our.zone.com must be derived from the address of the
relvant interface. This is done using relevant interface. This is done using
.B interface-name .B interface-name
Something like: Something like:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment