From: Mike Yuan Date: Wed, 27 Mar 2024 11:59:51 +0000 (+0800) Subject: man/systemd-sleep: reorder options X-Git-Tag: v256-rc1~361^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3fd5ce432905b221448f4e8a2a9512bf5252f9;p=thirdparty%2Fsystemd.git man/systemd-sleep: reorder options --- diff --git a/man/systemd-sleep.conf.xml b/man/systemd-sleep.conf.xml index 411577d519c..b4db11a6b3b 100644 --- a/man/systemd-sleep.conf.xml +++ b/man/systemd-sleep.conf.xml @@ -154,43 +154,43 @@ - HibernateMode= + SuspendState= - The string to be written to /sys/power/disk by - systemd-hibernate.service8. + The string to be written to /sys/power/state by + systemd-suspend.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 none of the writes succeed, the operation will be aborted. 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 page - + cat /sys/power/state to display). See Basic sysfs Interfaces for System Suspend and Hibernation for more details. systemd-suspend-then-hibernate.service8 - uses the value of HibernateMode= when hibernating. + uses this value when suspending. - SuspendState= + HibernateMode= - The string to be written to /sys/power/state by - systemd-suspend.service8. + The string to be written to /sys/power/disk by + systemd-hibernate.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 none of the writes succeed, the operation will be aborted. 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 + cat /sys/power/disk to display). See the kernel documentation page + Basic sysfs Interfaces for System Suspend and Hibernation for more details. systemd-suspend-then-hibernate.service8 - uses this value when suspending. + uses the value of HibernateMode= when hibernating.