diff --git a/man/systemd-hibernate-resume-generator.xml b/man/systemd-hibernate-resume-generator.xml
index 6de5c19b51..5adc14ee00 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 6bbce20000..f6cdefdd3a 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.