diff options
author | Ivan Trubach <mr.trubach@icloud.com> | 2025-01-27 00:49:55 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2025-01-27 10:09:08 +0100 |
commit | 594d2ff9d678035305ed46a0709c360db6580659 (patch) | |
tree | af635702ba7d0c7c66848e677b23615840851a8e /man/resolved.conf.xml | |
parent | strv: drop redundant string_strv_hash_ops (diff) | |
download | systemd-594d2ff9d678035305ed46a0709c360db6580659.tar.xz systemd-594d2ff9d678035305ed46a0709c360db6580659.zip |
man: insert missing varname tag
Diffstat (limited to '')
-rw-r--r-- | man/resolved.conf.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index a90de83b84..8a314a4ba4 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -373,7 +373,7 @@ DNSStubListenerExtra=udp:[2001:db8:0:f102::13]:9953</programlisting> <xi:include href="version-info.xml" xpointer="v246"/></listitem> </varlistentry> <varlistentry> - <term>StaleRetentionSec=<replaceable>SECONDS</replaceable></term> + <term><varname>StaleRetentionSec=</varname><replaceable>SECONDS</replaceable></term> <listitem><para>Takes a duration value, which determines the length of time DNS resource records can be retained in the cache beyond their Time To Live (TTL). This allows these records to be returned as stale records. By default, this value is set to zero, meaning that DNS resource records are not |