mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
26 lines
931 B
Diff
26 lines
931 B
Diff
From d36b732c4cfa91ea09af64b5dc0f3a85a075e5bc Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= <thiebaud@weksteen.fr>
|
|
Date: Mon, 2 Feb 2015 21:37:27 +0000
|
|
Subject: [PATCH 44/78] Manpage typo fix.
|
|
|
|
---
|
|
man/dnsmasq.8 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
|
|
index c858323d78bd..27f85d40fbbb 100644
|
|
--- a/man/dnsmasq.8
|
|
+++ b/man/dnsmasq.8
|
|
@@ -516,7 +516,7 @@ zone files: the port, weight and priority numbers are in a different
|
|
order. More than one SRV record for a given service/domain is allowed,
|
|
all that match are returned.
|
|
.TP
|
|
-.B --host-record=<name>[,<name>....][<IPv4-address>],[<IPv6-address>]
|
|
+.B --host-record=<name>[,<name>....],[<IPv4-address>],[<IPv6-address>]
|
|
Add A, AAAA and PTR records to the DNS. This adds one or more names to
|
|
the DNS with associated IPv4 (A) and IPv6 (AAAA) records. A name may
|
|
appear in more than one
|
|
--
|
|
2.1.0
|
|
|