From 8c0a0b3c6a511e539c54fa2fb9c7484683323c96 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 4 May 2023 23:18:22 +0200 Subject: dns-forwarding: T5193: cleanup help strings Remove superfluous quotes on resource types. --- interface-definitions/dns-forwarding.xml.in | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 6b7344b1d..61f297f0a 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -126,7 +126,7 @@ - "A" record + A record txt A DNS name relative to the root record @@ -163,7 +163,7 @@ - "AAAA" record + AAAA record txt A DNS name relative to the root record @@ -200,7 +200,7 @@ - "CNAME" record + CNAME record txt A DNS name relative to the root record @@ -219,7 +219,7 @@ Target DNS name name.example.com - An absolute DNS name + Absolute DNS name [-_a-zA-Z0-9.]{1,63}(?<!\.) @@ -232,7 +232,7 @@ - "MX" record + MX record txt A DNS name relative to the root record @@ -251,7 +251,7 @@ Mail server name.example.com - An absolute DNS name + Absolute DNS name [-_a-zA-Z0-9.]{1,63}(?<!\.) @@ -279,7 +279,7 @@ - "PTR" record + PTR record txt A DNS name relative to the root record @@ -298,7 +298,7 @@ Target DNS name name.example.com - An absolute DNS name + Absolute DNS name [-_a-zA-Z0-9.]{1,63}(?<!\.) @@ -311,7 +311,7 @@ - "TXT" record + TXT record txt A DNS name relative to the root record @@ -341,7 +341,7 @@ - "SPF" record (type=SPF) + SPF record txt A DNS name relative to the root record @@ -370,7 +370,7 @@ - "SRV" record + SRV record txt A DNS name relative to the root record @@ -401,7 +401,7 @@ Server hostname name.example.com - An absolute DNS name + Absolute DNS name [-_a-zA-Z0-9.]{1,63}(?<!\.) @@ -454,7 +454,7 @@ - "NAPTR" record + NAPTR record txt A DNS name relative to the root record @@ -507,25 +507,25 @@ - "S" flag + S flag - "A" flag + A flag - "U" flag + U flag - "P" flag + P flag @@ -547,7 +547,7 @@ Replacement DNS name name.example.com - An absolute DNS name + Absolute DNS name [-_a-zA-Z0-9.]{1,63}(?<!\.) -- cgit v1.2.3