summaryrefslogtreecommitdiff
path: root/tools/xkbcli.c
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2021-03-28 12:55:08 +0300
committerRan Benita <ran@unusedvar.com>2021-03-28 14:39:03 +0300
commit6b65be4c4e78b86899f529197d777f7c5fa57e9e (patch)
tree9947fbd98aa351c9399f82c81c26ded26384ec47 /tools/xkbcli.c
parent62b5b4a170377468c38121acb113d773b5253314 (diff)
downloadxorg-lib-libxkbcommon-6b65be4c4e78b86899f529197d777f7c5fa57e9e.tar.gz
interactive-evdev: switch from epoll(2) to poll(2)
Turns out FreeBSD supports evdev, so this toll can work on it; however it does not support epoll, so switch to poll, which is portable. Reported-by: Evgeniy Khramtsov <evgeniy@khramtsov.org> Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'tools/xkbcli.c')
-rw-r--r--tools/xkbcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xkbcli.c b/tools/xkbcli.c
index 1f3ed3f..75f72fe 100644
--- a/tools/xkbcli.c
+++ b/tools/xkbcli.c
@@ -55,7 +55,7 @@ usage(void)
#endif
#if HAVE_XKBCLI_INTERACTIVE_EVDEV
" interactive-evdev\n"
- " Interactive debugger for XKB keymaps for evdev (Linux)\n"
+ " Interactive debugger for XKB keymaps for evdev\n"
"\n"
#endif
#if HAVE_XKBCLI_COMPILE_KEYMAP