diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:17:17 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:17:17 -0500 |
commit | 2a03116da220c67c9b32f126733495583a8fb371 (patch) | |
tree | c8b3e51ff756a4107af40335f917d92142445a61 | |
parent | 1eecafb8c1b737d0139cac9098239c80ad16806d (diff) | |
download | systemd-2a03116da220c67c9b32f126733495583a8fb371.tar.gz |
man: two trivial formatting fixes
-rw-r--r-- | man/machinectl.xml | 2 | ||||
-rw-r--r-- | man/systemd-analyze.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index d5df02c1db..8bebdcf9a1 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -292,7 +292,7 @@ Defaults to 1. All addresses can be requested with <literal>all</literal> as argument to <option>--max-addresses</option> . If the argument to <option>--max-addresses</option> is less than the actual number - of addresses,<literal>...</literal>follows the last address. + of addresses, <literal>...</literal>follows the last address. If multiple addresses are to be written for a given machine, every address except the first one is on a new line and is followed by <literal>,</literal> if another address will be output afterwards. </para></listitem> diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 2be9370058..7d5410d693 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -333,7 +333,7 @@ $ eog targets.svg</programlisting> </para></listitem> <listitem><para>missing dependencies which are required to start - the given unit, </para></listitem> + the given unit,</para></listitem> <listitem><para>man pages listed in <varname>Documentation=</varname> which are not found in the |