diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-12-12 08:12:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 08:12:10 +0100 |
commit | e3e30d2a44ba6e204c92d2afa28d402f6e9ba263 (patch) | |
tree | 011f5892bb1909694628d50d24af24460cac4908 /man/systemd-analyze.xml | |
parent | 161f1ee134ed405c2d87a0dcae4ae0d0882779b4 (diff) | |
parent | 2a03116da220c67c9b32f126733495583a8fb371 (diff) |
Merge pull request #4868 from keszybz/man
Ellipsization
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 634e16b5f4..7d5410d693 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> @@ -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 |