summaryrefslogtreecommitdiff
path: root/tools/xkbcli-interactive-evdev.1
Commit message (Collapse)AuthorAgeFilesLines
* interactive-evdev: switch from epoll(2) to poll(2)Ran Benita2021-03-281-1/+1
| | | | | | | | 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>
* tools: convert man pages from man format to mdoc formatRan Benita2020-08-311-51/+50
| | | | | | The mdoc is more semantic and consistent. Signed-off-by: Ran Benita <ran@unusedvar.com>
* tools/interactive-evdev: change --evdev-offset to --without-x11-offsetRan Benita2020-07-271-0/+5
| | | | | | There is no reason to give full control rather than just enable/disable. Signed-off-by: Ran Benita <ran@unusedvar.com>
* tools: some minor changes to xkbcliRan Benita2020-07-251-16/+28
| | | | Signed-off-by: Ran Benita <ran@unusedvar.com>
* Drop use of ronn, switch to raw roff insteadPeter Hutterer2020-07-251-0/+61
Drop the ronn source files, check in the generated files instead. This gets rid of the ruby+gem+ronn toolchain requirement at the cost of having to edit raw man pages. ronn files are as-generated but with the preamble and generation date removed. The latter isn't important enough to keep, it'll just go stale for manually maintained files and it's not worth setting up a configure_file() just for that date. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>