diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml
index 3ab7fc4a119..09a192c9334 100644
--- a/man/resolved.conf.xml
+++ b/man/resolved.conf.xml
@@ -210,7 +210,7 @@
systemd-resolved.service8,
systemd-networkd.service8,
dnssec-trust-anchors.d5,
- resolv.conf4
+ resolv.conf4
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml
index 6fb322e8499..2a4d24349b8 100644
--- a/man/systemd-ask-password.xml
+++ b/man/systemd-ask-password.xml
@@ -149,7 +149,7 @@
possible to cache multiple passwords under the same keyname,
in which case they will be stored as NUL-separated list of
passwords. Use
- keyctl1
+ keyctl1
to access the cached key via the kernel keyring
directly. Example: --keyname=cryptsetup
@@ -209,7 +209,7 @@
systemd1,
systemctl1,
- keyctl1,
+ keyctl1,
plymouth8,
wall1
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml
index e952688331e..f39e1ad42c0 100644
--- a/man/systemd.nspawn.xml
+++ b/man/systemd.nspawn.xml
@@ -192,7 +192,7 @@
Takes a space-separated list of Linux process
capabilities (see
- capabilities7
+ capabilities7
for details). The Capability= setting
specifies additional capabilities to pass on top of the
default set of capabilities. The
diff --git a/man/udev_device_new_from_syspath.xml b/man/udev_device_new_from_syspath.xml
index 11db1a0fab9..c71356a75ad 100644
--- a/man/udev_device_new_from_syspath.xml
+++ b/man/udev_device_new_from_syspath.xml
@@ -134,7 +134,7 @@
a uevent file. udev_device_new_from_devnum
takes a device type, which can be b for block devices or
c for character devices, as well as a devnum (see
- makedev3).
+ makedev3).
udev_device_new_from_subsystem_sysname looks up devices based
on the provided subsystem and sysname
(see udev_device_get_subsystem3
@@ -171,7 +171,7 @@
udev_device_new_from_environment
creates a device from the current environment (see
- environ7).
+ environ7).
Each key-value pair is interpreted in the same way as if it was
received in an uevent (see
udev_monitor_receive_device3).