diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-30 15:07:59 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-10-31 09:15:21 +0100 |
commit | 2bd4959028e25cd5430dccafb2bcb98f7ec4866a (patch) | |
tree | d56b80f505f4a1ca4ff2996e191ec524ccae2967 /src/locale | |
parent | locale,firstboot: add headers to vconsole.conf (diff) | |
download | systemd-2bd4959028e25cd5430dccafb2bcb98f7ec4866a.tar.xz systemd-2bd4959028e25cd5430dccafb2bcb98f7ec4866a.zip |
locale: drop implementation detail from comment in config file
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localed-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localed-util.c b/src/locale/localed-util.c index 199f05b917..e4e57a0f4a 100644 --- a/src/locale/localed-util.c +++ b/src/locale/localed-util.c @@ -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); |