diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 0ba191c0ce..8ef1c507ca 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -436,10 +436,11 @@
A service could send the following after completing
initialization:
- sd_notifyf(0, "READY=1\n"
- "STATUS=Processing requests…\n"
- "MAINPID=%lu",
- (unsigned long) getpid());
+
+sd_notifyf(0, "READY=1\n"
+ "STATUS=Processing requests…\n"
+ "MAINPID=%lu",
+ (unsigned long) getpid());
@@ -447,10 +448,11 @@
A service could send the following shortly before exiting, on failure:
- sd_notifyf(0, "STATUS=Failed to start up: %s\n"
- "ERRNO=%i",
- strerror_r(errnum, (char[1024]){}, 1024),
- errnum);
+
+sd_notifyf(0, "STATUS=Failed to start up: %s\n"
+ "ERRNO=%i",
+ strerror_r(errnum, (char[1024]){}, 1024),
+ errnum);
@@ -473,9 +475,10 @@
to synchronize against reception of all notifications sent before
this call is made.
- sd_notify(0, "READY=1");
- /* set timeout to 5 seconds */
- sd_notify_barrier(0, 5 * 1000000);
+
+sd_notify(0, "READY=1");
+/* set timeout to 5 seconds */
+sd_notify_barrier(0, 5 * 1000000);
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index be2c3882d7..ca33d82a74 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -1386,7 +1386,7 @@ After=sys-subsystem-net-devices-ens1.device
Whichever ID mapping option is used, the same mapping will be used for users and groups IDs. If
- is used, the group owning the bind mounted directory will have no effect
+ is used, the group owning the bind mounted directory will have no effect.
Note that when this option is used in combination with , the resulting
mount points will be owned by the nobody user. That's because the mount and its files and
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 0c17d91814..91015c8f47 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1245,7 +1245,7 @@
device-tree-compatible(value)
- matches systems with a device tree that is compatible with value.
+ matches systems with a device tree that are compatible with value.
smbios-field(field