diff options
author | Thomas Plaçais <thomas.placais@outlook.com> | 2018-07-05 14:27:49 +0200 |
---|---|---|
committer | Thomas Plaçais <thomas.placais@outlook.com> | 2018-07-05 14:31:52 +0200 |
commit | ab5c8c31a07a0b9842620a0777e3009cc53213df (patch) | |
tree | 5c84b00e7b042ba58e04db9e9f6b20dfdbac5f95 | |
parent | dd869c158e083b20190b680b11a0b6356ba8a5e5 (diff) |
Escape underscore in sway-input(5) man page to avoid invalid colors
-rw-r--r-- | sway/sway-input.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index c07460b1..cf7a6385 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -67,8 +67,8 @@ For more information on these xkb configuration options, see Enables or disables disable-while-typing for the specified input device. *input* <identifier> events enabled|disabled|disabled\_on\_external\_mouse - Enables or disables send_events for specified input device. (Disabling - send_events disables the input device) + Enables or disables send\_events for specified input device. (Disabling + send\_events disables the input device) *input* <identifier> left\_handed enabled|disabled Enables or disables left handed mode for specified input device. |