Package: debian-policy
Dear Maintainer,
I found a markup problem in ch-binary.rst. Here is a fix:
diff --git a/policy/ch-binary.rst b/policy/ch-binary.rst
index 125369c..e15a08b 100644
--- a/policy/ch-binary.rst
+++ b/policy/ch-binary.rst
@@ -382,19 +382,19 @@ Diversion of a file in one Debian package by
another Debian package should be
coordinated between the maintainers of those packages.
One specific case of this rule is that configuration files used by
``systemd``
-components, such as `units,
-<https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Description>`_
-`udev rules,
-<https://www.freedesktop.org/software/systemd/man/udev.html#Rules%20Files>`_
-`tmpfiles.d,
-<https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html#Configuration%20Directories%20and%20Precedence>`_
-`modules-load.d,
+components, such as `units
+<https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Description>`_,
+`udev rules
+<https://www.freedesktop.org/software/systemd/man/udev.html#Rules%20Files>`_,
+`tmpfiles.d
+<https://www.freedesktop.org/software/systemd/man/tmpfiles.d.html#Configuration%20Directories%20and%20Precedence>`_,
+`modules-load.d
<https://www.freedesktop.org/software/systemd/man/modules-load.d.html#Configuration%20Format>`_,
`sysusers
<https://www.freedesktop.org/software/systemd/man/sysusers.d.html#Configuration%20Directories%20and%20Precedence>`_
and other such files, including those specific to systemd daemons
-(e.g.: `/etc/systemd/system.conf).
-<https://www.freedesktop.org/software/systemd/man/systemd-system.conf.html>`_
+(e.g.: `/etc/systemd/system.conf
+<https://www.freedesktop.org/software/systemd/man/systemd-system.conf.html>`_)
must not be diverted by any Debian package. Instead, use `masking and
drop-ins
<https://www.freedesktop.org/software/systemd/man/systemd.unit.html#Description>`_.
Best,
Ke