diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml
index f8f1694b57..bdc4c3c193 100644
--- a/man/systemd-sleep.conf.xml
+++ b/man/systemd-sleep.conf.xml
@@ -138,21 +138,24 @@
HibernateMode=
HybridSleepMode=
- The string to be written to
- /sys/power/disk by,
- respectively,
+ The string to be written to /sys/power/disk by, respectively,
systemd-suspend.service8,
- systemd-hibernate.service8, or
+ systemd-hibernate.service8,
+ or
systemd-hybrid-sleep.service8.
- More than one value can be specified by separating
- multiple values with whitespace. They will be tried
- in turn, until one is written without error. If
- neither succeeds, the operation will be aborted.
-
+ More than one value can be specified by separating multiple values with whitespace. They will be
+ tried in turn, until one is written without error. If none of the writes succeed, the operation will
+ be aborted.
- systemd-suspend-then-hibernate.service8
- uses the value of SuspendMode= when suspending and the value of HibernateMode= when hibernating.
-
+ The allowed set of values is determined by the kernel and is shown in the file itself (use
+ cat /sys/power/disk to display). See the
+ kernel documentation for more details.
+
+
+ systemd-suspend-then-hibernate.service8
+ uses the value of SuspendMode= when suspending and the value of
+ HibernateMode= when hibernating.
@@ -160,21 +163,25 @@
HibernateState=
HybridSleepState=
- The string to be written to
- /sys/power/state by,
- respectively,
+ The string to be written to /sys/power/state by, respectively,
systemd-suspend.service8,
- systemd-hibernate.service8, or
+ systemd-hibernate.service8,
+ or
systemd-hybrid-sleep.service8.
- More than one value can be specified by separating
- multiple values with whitespace. They will be tried
- in turn, until one is written without error. If
- neither succeeds, the operation will be aborted.
+ More than one value can be specified by separating multiple values with whitespace. They will be
+ tried in turn, until one is written without error. If none of the writes succeed, the operation will
+ be aborted.
- systemd-suspend-then-hibernate.service8
- uses the value of SuspendState= when suspending and the value of HibernateState= when hibernating.
-
+ The allowed set of values is determined by the kernel and is shown in the file itself (use
+ cat /sys/power/state to display). See the
+ kernel documentation for more details.
+
+
+ systemd-suspend-then-hibernate.service8
+ uses the value of SuspendState= when suspending and the value of
+ HibernateState= when hibernating.