diff --git a/man/systemd.preset.xml b/man/systemd.preset.xml
index 482856221c..7b978f7915 100644
--- a/man/systemd.preset.xml
+++ b/man/systemd.preset.xml
@@ -136,23 +136,26 @@
- Example
+ Examples
- Default off example /usr/lib/systemd/system-preset/99-default.preset:
+ Default to off
- disable *
+ # /usr/lib/systemd/system-preset/99-default.preset
+
+disable *
This disables all units. Due to the filename prefix
99-, it will be read last and hence can easily
- be overridden by spin or administrator preset policy or
- suchlike.
+ be overridden by spin or administrator preset policy.
- A GNOME spin example /usr/lib/systemd/system-preset/50-gnome.preset:
+ A GNOME spin
- enable gdm.service
+ # /usr/lib/systemd/system-preset/50-gnome.preset
+
+enable gdm.service
enable colord.service
enable accounts-daemon.service
enable avahi-daemon.*
@@ -168,9 +171,11 @@ enable avahi-daemon.*
example like the one from the first example above.
- Administrator policy /etc/systemd/system-preset/00-lennart.preset:
+ Administrator policy
- enable httpd.service
+ # /etc/systemd/system-preset/00-lennart.preset
+
+enable httpd.service
enable sshd.service
enable postfix.service
disable *
@@ -179,8 +184,8 @@ disable *
This enables three specific services and disables all
others. This is useful for administrators to specifically select
the units to enable, and disable all others. Due to the filename
- prefix 00- it will be read early and hence
- overrides all other preset policy files.
+ prefix 00- it will be read early and
+ override all other preset policy files.
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index f5d97aa38f..861c6eb1eb 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -697,7 +697,7 @@ d /run/uscreens 0755 root screen 10d12h
Contents of /run/screens and /run/uscreens will
- cleaned up after 10 and 10½ days, respectively.
+ be cleaned up after 10 and 10½ days, respectively.