From edec55ea614822707163dd9cb0fab9467bf0f51e Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sun, 10 Mar 2024 22:44:02 +0800 Subject: [PATCH] man/systemd-hibernate-resume: generator now enables rather than creates the service Follow-up for a628d933cc67cc8b183dc809ba1451aa5b2996e5 --- man/systemd-hibernate-resume-generator.xml | 11 ++++------- man/systemd-hibernate-resume.service.xml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/man/systemd-hibernate-resume-generator.xml b/man/systemd-hibernate-resume-generator.xml index 6de5c19b510..5adc14ee002 100644 --- a/man/systemd-hibernate-resume-generator.xml +++ b/man/systemd-hibernate-resume-generator.xml @@ -28,14 +28,11 @@ Description - systemd-hibernate-resume-generator is a - generator that initiates the procedure to resume the system from hibernation. - It creates the + systemd-hibernate-resume-generator is a generator that initiates the procedure + to resume the system from hibernation. When kernel command line option or + HibernateLocation EFI variable is detected, it enables the systemd-hibernate-resume.service8 - unit according to the value of parameter - specified on the kernel command line, or the value of EFI variable - HibernateLocation, which will instruct the kernel - to resume the system from the hibernation image on that device. + unit, which will instruct the kernel to resume the system from the hibernation image. diff --git a/man/systemd-hibernate-resume.service.xml b/man/systemd-hibernate-resume.service.xml index 6bbce200000..f6cdefdd3a0 100644 --- a/man/systemd-hibernate-resume.service.xml +++ b/man/systemd-hibernate-resume.service.xml @@ -33,7 +33,7 @@ systemd-hibernate-resume only supports the in-kernel hibernation implementation, see Swap suspend. - Internally, it works by writing the major:minor of specified device node to + Internally, it works by writing the major:minor of selected device node to /sys/power/resume, along with the offset in memory pages (/sys/power/resume_offset) if supported. -- 2.47.3