diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:01:07 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-11 17:13:19 -0500 |
commit | 1eecafb8c1b737d0139cac9098239c80ad16806d (patch) | |
tree | 291459dbed196e0d1f7733c49197042609ef81e4 /man/systemd-analyze.xml | |
parent | 15ffcc3456e054c0f9fd293afe449fed292b5d38 (diff) |
man: use unicode ellipsis in more places
As requested in
https://github.com/systemd/systemd/pull/4864#pullrequestreview-12372557.
docbook will substitute triple dots for the ellipsis in man output, so this has
no effect on the troff output, only on HTML, making it infinitesimally nicer.
In some places we show output from programs, which use dots, and those places
should not be changed. In some tables, the alignment would change if dots were
changed to the ellipsis which is only one character. Since docbook replaces the
ellipsis automatically, we should leave those be. This patch changes all other
places.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 634e16b5f4..2be9370058 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -105,7 +105,7 @@ <command>systemd-analyze</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">syscall-filter</arg> - <arg choice="opt"><replaceable>SET</replaceable>...</arg> + <arg choice="opt"><replaceable>SET</replaceable>…</arg> </cmdsynopsis> <cmdsynopsis> <command>systemd-analyze</command> @@ -140,7 +140,7 @@ initialization of another service to complete.</para> <para><command>systemd-analyze critical-chain - [<replaceable>UNIT...</replaceable>]</command> prints a tree of + [<replaceable>UNIT…</replaceable>]</command> prints a tree of the time-critical chain of units (for each of the specified <replaceable>UNIT</replaceable>s or for the default target otherwise). The time after the unit is active or started is @@ -187,7 +187,7 @@ <option>--log-target=</option>, described in <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>).</para> - <para><command>systemd-analyze syscall-filter <optional><replaceable>SET</replaceable>...</optional></command> + <para><command>systemd-analyze syscall-filter <optional><replaceable>SET</replaceable>…</optional></command> will list system calls contained in the specified system call set <replaceable>SET</replaceable>, or all known sets if no sets are specified. Argument <replaceable>SET</replaceable> must include the <literal>@</literal> prefix.</para> |