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-halt.service.xml | |
parent | 3b05b8b3b503caf525fa72440a3f9f4bae75268b (diff) | |
download | systemd-909f413d3c572baadf9b13e36e1e90beba42af86.tar.gz |
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-halt.service.xml')
-rw-r--r-- | man/systemd-halt.service.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index 6a6bfdc7d7..812281e60d 100644 --- a/man/systemd-halt.service.xml +++ b/man/systemd-halt.service.xml @@ -89,10 +89,10 @@ executables in <filename>/usr/lib/systemd/system-shutdown/</filename> and pass one arguments to them: either - "<literal>halt</literal>", - "<literal>poweroff</literal>", - "<literal>reboot</literal>" or - "<literal>kexec</literal>", depending on the chosen + <literal>halt</literal>, + <literal>poweroff</literal>, + <literal>reboot</literal> or + <literal>kexec</literal>, depending on the chosen action. All executables in this directory are executed in parallel, and execution of the action is not continued before all executables finished.</para> @@ -101,7 +101,7 @@ <filename>systemd-halt.service</filename> (and the related units) should never be executed directly. Instead, trigger system shutdown with a - command such as "<literal>systemctl halt</literal>" or + command such as <literal>systemctl halt</literal> or suchlike.</para> </refsect1> |