From 1eecafb8c1b737d0139cac9098239c80ad16806d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 11 Dec 2016 17:01:07 -0500 Subject: 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. --- man/localectl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/localectl.xml') diff --git a/man/localectl.xml b/man/localectl.xml index 31238272f3..7da12c29de 100644 --- a/man/localectl.xml +++ b/man/localectl.xml @@ -127,7 +127,7 @@ - set-locale LOCALE... + set-locale LOCALEā€¦ Set the system locale. This takes one or more assignments such as "LANG=de_DE.utf8", -- cgit v1.2.1