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/journalctl.xml | |
parent | 15ffcc3456e054c0f9fd293afe449fed292b5d38 (diff) | |
download | systemd-1eecafb8c1b737d0139cac9098239c80ad16806d.tar.gz |
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/journalctl.xml')
-rw-r--r-- | man/journalctl.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 63b4a267b8..5e682ea9ec 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -412,7 +412,7 @@ <term><option>--quiet</option></term> <listitem><para>Suppresses all info messages - (i.e. "-- Logs begin at ...", "-- Reboot --"), + (i.e. "-- Logs begin at …", "-- Reboot --"), any warning messages regarding inaccessible system journals when run as a normal user.</para></listitem> @@ -573,7 +573,7 @@ <listitem><para>The cursor is shown after the last entry after two dashes:</para> - <programlisting>-- cursor: s=0639...</programlisting> + <programlisting>-- cursor: s=0639…</programlisting> <para>The format of the cursor is private and subject to change.</para></listitem> </varlistentry> @@ -731,7 +731,7 @@ <varlistentry> <term><option>--list-catalog - <optional><replaceable>128-bit-ID...</replaceable></optional> + <optional><replaceable>128-bit-ID…</replaceable></optional> </option></term> <listitem><para>List the contents of the message catalog as a @@ -745,7 +745,7 @@ <varlistentry> <term><option>--dump-catalog - <optional><replaceable>128-bit-ID...</replaceable></optional> + <optional><replaceable>128-bit-ID…</replaceable></optional> </option></term> <listitem><para>Show the contents of the message catalog, with |