summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-06-27 15:49:28 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-12 13:30:54 +0200
commit8f7ee69877560389d6d69115bd476b53203eb9c5 (patch)
treeda314d4a8d9493f1853fb7158ce2a40765c38cd4
parentf88781f05aa814b0ab794b815ba4f8a1b818abca (diff)
downloadsystemd-8f7ee69877560389d6d69115bd476b53203eb9c5.tar.gz
man/dnssec-trust-anchors: update comment syntax description
Let's just use the same phrase as in systemd.syntax(7). Fixes #20045. (cherry picked from commit 0b497bc46f4599906e153c1613b32fbb4e4f129e)
-rw-r--r--man/dnssec-trust-anchors.d.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/man/dnssec-trust-anchors.d.xml b/man/dnssec-trust-anchors.d.xml
index 25c6ce2c61..d2f2f9b0ea 100644
--- a/man/dnssec-trust-anchors.d.xml
+++ b/man/dnssec-trust-anchors.d.xml
@@ -64,13 +64,11 @@
<filename>/run/dnssec-trust-anchors.d/</filename> that is either
empty or a symlink to <filename>/dev/null</filename> ("masked").</para>
- <para>Positive trust anchor files are simple text files resembling
- DNS zone files, as documented in <ulink
- url="https://tools.ietf.org/html/rfc1035#section-5">RFC 1035, Section
- 5</ulink>. One DS or DNSKEY resource record may be listed per
- line. Empty lines and lines starting with a semicolon
- (<literal>;</literal>) are ignored and considered comments. A DS
- resource record is specified like in the following example:</para>
+ <para>Positive trust anchor files are simple text files resembling DNS zone files, as documented in
+ <ulink url="https://tools.ietf.org/html/rfc1035#section-5">RFC 1035, Section 5</ulink>. One DS or DNSKEY
+ resource record may be listed per line. Empty lines and lines starting with <literal>#</literal> or
+ <literal>;</literal> are ignored, which may be used for commenting. A DS resource record is specified
+ like in the following example:</para>
<programlisting>. IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5</programlisting>