From 3b2321f6eafad36b7bbb1e53b12b161fb2d9f955 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 31 May 2023 15:59:11 +0200 Subject: [PATCH] units/systemd-vconsole-setup.service: improve title "Setup" is a noun, and the expected order is " ". ("Set up" is the verb. But we want a noun here, so that we can say e.g. "Starting Virtual Console Setup".) --- units/systemd-vconsole-setup.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-vconsole-setup.service.in b/units/systemd-vconsole-setup.service.in index 0604ed0173c..a75f72e3aef 100644 --- a/units/systemd-vconsole-setup.service.in +++ b/units/systemd-vconsole-setup.service.in @@ -8,7 +8,7 @@ # (at your option) any later version. [Unit] -Description=Setup Virtual Console +Description=Virtual Console Setup Documentation=man:systemd-vconsole-setup.service(8) man:vconsole.conf(5) ConditionPathExists=/dev/tty0 -- 2.47.3