summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-12-11 17:01:07 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-12-11 17:13:19 -0500
commit1eecafb8c1b737d0139cac9098239c80ad16806d (patch)
tree291459dbed196e0d1f7733c49197042609ef81e4 /man/systemd.service.xml
parent15ffcc3456e054c0f9fd293afe449fed292b5d38 (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.service.xml')
-rw-r--r--man/systemd.service.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index b244a7e970..684029bdb4 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -919,8 +919,8 @@
as <literal>\;</literal>.</para>
<para>Each command line is split on whitespace, with the first item being the command to
- execute, and the subsequent items being the arguments. Double quotes ("...") and single quotes
- ('...') may be used, in which case everything until the next matching quote becomes part of the
+ execute, and the subsequent items being the arguments. Double quotes ("…") and single quotes
+ ('…') may be used, in which case everything until the next matching quote becomes part of the
same argument. Quotes themselves are removed. C-style escapes are also supported. The table
below contains the list of known escape patterns. Only escape patterns which match the syntax in
the table are allowed; other patterns may be added in the future and unknown patterns will