summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Warning <moritzwarning@web.de>2014-03-20 15:32:22 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2014-03-20 15:32:22 +0000
commite62e9b618763b4cb506efbb5108dac9a6205dbe3 (patch)
treec32ca64f089cdfa0ebb4a70008796ff1a0bb1383
parent19c51cfa493563628e07f09008e56c04555e29bb (diff)
downloaddnsmasq-e62e9b618763b4cb506efbb5108dac9a6205dbe3.tar.gz
Manpage typos.
-rw-r--r--man/dnsmasq.84
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
index 87730df..eaa0dc6 100644
--- a/man/dnsmasq.8
+++ b/man/dnsmasq.8
@@ -773,7 +773,7 @@ or from /etc/ethers will be served. A static-only subnet with address
all zeros may be used as a "catch-all" address to enable replies to all
Information-request packets on a subnet which is provided with
stateless DHCPv6, ie
-.B --dhcp=range=::,static
+.B --dhcp-range=::,static
For IPv4, the <mode> may be
.B proxy
@@ -1862,7 +1862,7 @@ which has tags will be used in preference to an untagged
.B dhcp-option,
provided that _all_ the tags match somewhere in the
set collected as described above. The prefix '!' on a tag means 'not'
-so --dhcp=option=tag:!purple,3,1.2.3.4 sends the option when the
+so --dhcp-option=tag:!purple,3,1.2.3.4 sends the option when the
tag purple is not in the set of valid tags. (If using this in a
command line rather than a configuration file, be sure to escape !,
which is a shell metacharacter)