From: Zbigniew Jędrzejewski-Szmek Date: Thu, 29 Jun 2017 02:34:36 +0000 (-0400) Subject: localed: improve the comment in 00-keyboard.conf X-Git-Tag: v234~52^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad29b8897e6227c25fbea85f659903e157f38b27;p=platform%2Fupstream%2Fsystemd.git localed: improve the comment in 00-keyboard.conf --- diff --git a/src/locale/keymap-util.c b/src/locale/keymap-util.c index da72bee..105d9b0 100644 --- a/src/locale/keymap-util.c +++ b/src/locale/keymap-util.c @@ -361,8 +361,9 @@ int x11_write_data(Context *c) { fchmod(fileno(f), 0644); - fputs("# Read and parsed by systemd-localed. It's probably wise not to edit this file\n" - "# manually too freely.\n" + 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" "Section \"InputClass\"\n" " Identifier \"system-keyboard\"\n" " MatchIsKeyboard \"on\"\n", f);