diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 10:49:59 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-07-06 11:29:05 +0200 |
commit | e9dd6984076389e8cfa15b72bc62187544e49b61 (patch) | |
tree | 677786e0e3b645a848caaaa303597cdc9652d21d /man/systemd-suspend.service.xml | |
parent | 3da49ad55a2fdf5aecf6ce891200527e7eb432ef (diff) | |
download | systemd-e9dd6984076389e8cfa15b72bc62187544e49b61.tar.gz |
tree-wide: fixes for assorted grammar and spelling issues
Fixes #16363. Also includes some changes where I generalized the pattern.
Diffstat (limited to 'man/systemd-suspend.service.xml')
-rw-r--r-- | man/systemd-suspend.service.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index 2310e6f526..4f445123a7 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -71,14 +71,11 @@ url="https://www.freedesktop.org/wiki/Software/systemd/inhibit">Inhibitor interface</ulink>.</para> - <para>Note that - <filename>systemd-suspend.service</filename>, - <filename>systemd-hibernate.service</filename>, and - <filename>systemd-hybrid-sleep.service</filename> - <filename>systemd-suspend-then-hibernate.service</filename> - should never be executed directly. Instead, trigger system sleep - states with a command such as <literal>systemctl suspend</literal> - or similar.</para> + <para>Note that <filename>systemd-suspend.service</filename>, + <filename>systemd-hibernate.service</filename>, <filename>systemd-hybrid-sleep.service</filename>, and + <filename>systemd-suspend-then-hibernate.service</filename> should never be executed directly. Instead, + trigger system sleep with a command such as <command>systemctl suspend</command> or <command>systemctl + hibernate</command>.</para> <para>Internally, this service will echo a string like <literal>mem</literal> into <filename>/sys/power/state</filename>, |