From 58eb0c408277af0013fb582803599ea811da3e88 Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Mon, 20 Apr 2020 12:58:54 +0300 Subject: scdoc: unbindcode --input-device, not input-device Apparently, there's a typo in Sway's man page where `input-device` of `unbindcode` command has no dashes. --- sway/sway.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 549e0daf..80717cdb 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -745,7 +745,7 @@ The default colors are: input device will be unbound. *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ -[--locked] [input-device=] +[--locked] [--input-device=] is also available for unbinding with key/button codes instead of key/button names. *unmark* [] -- cgit v1.2.3-54-g00ecf