]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
locale: drop implementation detail from comment in config file 29763/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 30 Oct 2023 14:07:59 +0000 (23:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 31 Oct 2023 08:15:21 +0000 (17:15 +0900)
src/locale/localed-util.c

index 199f05b9177f042eee685afafb872bfd9e2d2034..e4e57a0f4a613250d52508fdac700ffe84cdc90d 100644 (file)
@@ -568,7 +568,7 @@ int x11_write_data(Context *c) {
 
         fputs("# Written by systemd-localed(8), read by systemd-localed and Xorg. It's\n"
               "# probably wise not to edit this file manually. Use localectl(1) to\n"
-              "# instruct systemd-localed to update it.\n"
+              "# update this file.\n"
               "Section \"InputClass\"\n"
               "        Identifier \"system-keyboard\"\n"
               "        MatchIsKeyboard \"on\"\n", f);