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/pam_systemd_home.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/pam_systemd_home.xml')
-rw-r--r-- | man/pam_systemd_home.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/pam_systemd_home.xml b/man/pam_systemd_home.xml index 9d07aa96c7..489dde8711 100644 --- a/man/pam_systemd_home.xml +++ b/man/pam_systemd_home.xml @@ -3,7 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> <!-- SPDX-License-Identifier: LGPL-2.1-or-later --> -<refentry id="pam_systemd_home" conditional='ENABLE_PAM_HOME'> +<refentry id="pam_systemd_home" conditional='ENABLE_PAM_HOME' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>pam_systemd_home</title> |