From a86f23588b4de5d6ed96a2cf63e2234c42bbc592 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 26 Aug 2013 02:27:24 +0100 Subject: [PATCH] Minor doc update - strpkey expects strings, doesn't use them --- man/termkey_strpkey.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/termkey_strpkey.3 b/man/termkey_strpkey.3 index cd4f311..aa1e143 100644 --- a/man/termkey_strpkey.3 +++ b/man/termkey_strpkey.3 @@ -22,7 +22,7 @@ Expect full modifier names e.g. "\f(CWShift-\fP" instead of abbreviating to "\f( If the only modifier is \fBTERMKEY_MOD_CTRL\fP on a plain letter, accept it as "\f(CW^X\fP" rather than "\f(CWCtrl-X\fP". .TP .B TERMKEY_FORMAT_ALTISMETA -Use the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" or "\f(CWA\fP". +Expect the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" or "\f(CWA\fP". .TP .B TERMKEY_FORMAT_SPACEMOD Expect spaces instead of hyphens to separate the modifer name(s) from the base key name.