diff options
Diffstat (limited to 'man/systemd.dnssd.xml')
-rw-r--r-- | man/systemd.dnssd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml index 4e30338bf0..1270e08cd2 100644 --- a/man/systemd.dnssd.xml +++ b/man/systemd.dnssd.xml @@ -174,6 +174,10 @@ e.g. <literal>path=/portal/index.html</literal>. Keys and values can contain C-style escape sequences which get translated upon reading configuration files. </para> + <para>This option together with <varname>TxtData=</varname> may be specified more than once, in which + case multiple TXT resource records will be created for the service. If the empty string is assigned to + this option, the list is reset and all prior assignments will have no effect. + </para> </listitem> </varlistentry> <varlistentry> @@ -185,6 +189,10 @@ e.g. <literal>data=YW55IGJpbmFyeSBkYXRhCg==</literal>. Keys can contain C-style escape sequences which get translated upon reading configuration files. </para> + <para>This option together with <varname>TxtText=</varname> may be specified more than once, in which + case multiple TXT resource records will be created for the service. If the empty string is assigned to + this option, the list is reset and all prior assignments will have no effect. + </para> </listitem> </varlistentry> </variablelist> |