diff --git a/bin/tools/named-rrchecker.rst b/bin/tools/named-rrchecker.rst index 8604e045b6..ec80946027 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