From: Petr Špaček Date: Mon, 2 Jun 2025 09:59:23 +0000 (+0200) Subject: Fix link to TXT RRtype specification X-Git-Tag: v9.21.9~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c5b9aeb4be56ce39c0d34ffde03a57c909d10f;p=thirdparty%2Fbind9.git Fix link to TXT RRtype specification The odd-looking "\ " escape is required to italicize without italicizing the final "s". See reStructuredText Markup Specification, sections "Inline markup recognition rules" and "Escaping Mechanism". Most importantly: Escaped whitespace characters are removed from the output document together with the escaping backslash. This allows for character-level inline markup. --- diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index 8604e045b69..ec809460278 100644 --- a/bin/tools/named-rrchecker.rst +++ b/bin/tools/named-rrchecker.rst @@ -141,7 +141,7 @@ Multi-token records echo -e 'IN TXT two words \\n' | named-rrchecker -p * Valid TXT RR with two unquoted words and trailing whitespace. * Output: ``IN TXT "two" "words"`` - * Two unquoted words in the input are treated as two ``s per :rfc:`1035#section-3.3.14`. + * Two unquoted words in the input are treated as two ``\ s per :rfc:`1035#section-3.3.14`. * Trailing whitespace is omitted from the last ``. echo -e 'IN TXT "two words" \\n' | named-rrchecker -p