diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-29 12:09:14 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-02 23:06:22 -0400 |
commit | 05cc726731c5cec952722f1c14acb08e3d4d5e98 (patch) | |
tree | ff2fa1545aa2b02e2102f1f4e769e8063d5a50dd /man/systemctl.xml | |
parent | e9dd9f9547350c7dc0473583b5c2228dc8f0ab76 (diff) |
man: add more formatting markup
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 84a149c3d0..632a26dedb 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -382,8 +382,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem> <para>When used with <command>kill</command>, choose which signal to send to selected processes. Must be one of the - well known signal specifiers such as SIGTERM, SIGINT or - SIGSTOP. If omitted defaults to + well known signal specifiers such as <constant>SIGTERM</constant>, <constant>SIGINT</constant> or + <constant>SIGSTOP</constant>. If omitted defaults to <option>SIGTERM</option>.</para> </listitem> </varlistentry> @@ -453,7 +453,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <listitem> <para>Execute operation remotely. Specify a hostname, or - username and hostname separated by @, to connect to. This + username and hostname separated by <literal>@</literal>, to connect to. This will use SSH to talk to the remote systemd instance.</para> </listitem> |