diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 17:22:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-25 10:40:40 +0100 |
commit | c101b65619e754059c3183f822132f1915df46de (patch) | |
tree | c5f84ca1deaa144f67625a9da48671279dcd3a98 /man/systemd-backlight@.service.xml | |
parent | man: add an extra <refsect2> (diff) | |
download | systemd-c101b65619e754059c3183f822132f1915df46de.tar.xz systemd-c101b65619e754059c3183f822132f1915df46de.zip |
man: make ID valid
The id attribute is of type ID, defined at
https://www.w3.org/TR/1998/REC-xml-19980210#id . It may contain only
selected non-alphanumeric characters; '@' is not among them.
Diffstat (limited to 'man/systemd-backlight@.service.xml')
-rw-r--r-- | man/systemd-backlight@.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-backlight@.service.xml b/man/systemd-backlight@.service.xml index 431b27bbb0..95fa518bff 100644 --- a/man/systemd-backlight@.service.xml +++ b/man/systemd-backlight@.service.xml @@ -3,7 +3,7 @@ <!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-backlight@.service" conditional='ENABLE_BACKLIGHT' +<refentry id="systemd-backlight_.service" conditional='ENABLE_BACKLIGHT' xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> |