summaryrefslogtreecommitdiff
path: root/man/dnssec-trust-anchors.d.xml
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-06-27 15:50:04 +0200
commit0b497bc46f4599906e153c1613b32fbb4e4f129e (patch)
tree7b3207f77a09e16e9590af55b576257ef579fe65 /man/dnssec-trust-anchors.d.xml
parent2e9ee9cf15ffe9e4fed61818b6ec80e1e370af4e (diff)
downloadsystemd-0b497bc46f4599906e153c1613b32fbb4e4f129e.tar.gz
man/dnssec-trust-anchors: update comment syntax description
Let's just use the same phrase as in systemd.syntax(7). Fixes #20045.
Diffstat (limited to 'man/dnssec-trust-anchors.d.xml')
-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>