diff options
author | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-22 18:52:02 +0200 |
---|---|---|
committer | Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk> | 2023-08-28 19:27:10 +0200 |
commit | 4623eecb2f8e63ffbc7e1de3c000d706d7c07727 (patch) | |
tree | 99251efc01301edb692c1e68cb72859e1ea25a14 /man/systemd-modules-load.service.xml | |
parent | Merge pull request #28328 from yuwata/network-ndisc-limit-captive-portal (diff) | |
download | systemd-4623eecb2f8e63ffbc7e1de3c000d706d7c07727.tar.xz systemd-4623eecb2f8e63ffbc7e1de3c000d706d7c07727.zip |
man: Add xinclude namespace
This will be used by the next commit to add version information to the
nodes.
Diffstat (limited to 'man/systemd-modules-load.service.xml')
-rw-r--r-- | man/systemd-modules-load.service.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml index 691194866a..69b9629c10 100644 --- a/man/systemd-modules-load.service.xml +++ b/man/systemd-modules-load.service.xml @@ -3,7 +3,8 @@ <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> -<refentry id="systemd-modules-load.service" conditional='HAVE_KMOD'> +<refentry id="systemd-modules-load.service" conditional='HAVE_KMOD' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-modules-load.service</title> |