diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 08:03:53 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-26 08:05:14 -0400 |
commit | 909f413d3c572baadf9b13e36e1e90beba42af86 (patch) | |
tree | ac2c1caf2fbe7545482dc835461a9233fe590cd3 /man/systemd-suspend.service.xml | |
parent | 3b05b8b3b503caf525fa72440a3f9f4bae75268b (diff) |
man: always supply quotes around literals
When manpages are displayed on a terminal, <literal>s are indistinguishable
from surrounding text. Add quotes everywhere, remove duplicate quotes,
and tweak a few lists for consistent formatting.
https://bugzilla.redhat.com/show_bug.cgi?id=874631
Diffstat (limited to 'man/systemd-suspend.service.xml')
-rw-r--r-- | man/systemd-suspend.service.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml index 4a4ed5cbdb..9b08f04939 100644 --- a/man/systemd-suspend.service.xml +++ b/man/systemd-suspend.service.xml @@ -80,14 +80,14 @@ executables in <filename>/usr/lib/systemd/system-sleep/</filename> and pass two arguments to them. The first argument - will be "<literal>pre</literal>", the second either - "<literal>suspend</literal>", - "<literal>hibernate</literal>", or - "<literal>hybrid-sleep</literal>" depending on the + will be <literal>pre</literal>, the second either + <literal>suspend</literal>, + <literal>hibernate</literal>, or + <literal>hybrid-sleep</literal> depending on the chosen action. Immediately after leaving system suspend and/or hibernation the same executables are run, but the first argument is now - "<literal>post</literal>". All executables in this + <literal>post</literal>. All executables in this directory are executed in parallel, and execution of the action is not continued until all executables have finished.</para> @@ -105,11 +105,11 @@ <filename>systemd-hybrid-sleep.service</filename> should never be executed directly. Instead, trigger system sleep states with a command such as - "<literal>systemctl suspend</literal>" or + <literal>systemctl suspend</literal> or similar.</para> <para>Internally, this service will echo a string like - "<literal>mem</literal>" into + <literal>mem</literal> into <filename>/sys/power/state</filename>, to trigger the actual system suspend. What exactly is written where can be configured in the <literal>[Sleep]</literal> |