diff options
Diffstat (limited to 'man/systemd.dnssd.xml')
-rw-r--r-- | man/systemd.dnssd.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/man/systemd.dnssd.xml b/man/systemd.dnssd.xml index 1ac760eec7..d70cc43944 100644 --- a/man/systemd.dnssd.xml +++ b/man/systemd.dnssd.xml @@ -3,7 +3,9 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1+ --> -<refentry id="systemd.dnssd" conditional='ENABLE_RESOLVE'> +<refentry id="systemd.dnssd" + xmlns:xi="http://www.w3.org/2001/XInclude" + conditional='ENABLE_RESOLVE'> <refentryinfo> <title>systemd.dnssd</title> @@ -87,26 +89,31 @@ </row> </thead> <tbody> - <row> - <entry><literal>%m</literal></entry> - <entry>Machine ID</entry> - <entry>The machine ID of the running system, formatted as string. See <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry> - </row> + <xi:include href="standard-specifiers.xml" xpointer="a"/> <row> <entry><literal>%b</literal></entry> <entry>Boot ID</entry> <entry>The boot ID of the running system, formatted as string. See <citerefentry><refentrytitle>random</refentrytitle><manvolnum>4</manvolnum></citerefentry> for more information.</entry> </row> + <xi:include href="standard-specifiers.xml" xpointer="B"/> <row> <entry><literal>%H</literal></entry> <entry>Host name</entry> <entry>The hostname of the running system.</entry> </row> <row> + <entry><literal>%m</literal></entry> + <entry>Machine ID</entry> + <entry>The machine ID of the running system, formatted as string. See <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry> for more information.</entry> + </row> + <xi:include href="standard-specifiers.xml" xpointer="o"/> + <row> <entry><literal>%v</literal></entry> <entry>Kernel release</entry> <entry>Identical to <command>uname -r</command> output.</entry> </row> + <xi:include href="standard-specifiers.xml" xpointer="w"/> + <xi:include href="standard-specifiers.xml" xpointer="W"/> </tbody> </tgroup> </table> |