diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 02:27:24 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2013-08-26 02:27:24 +0100 |
commit | a86f23588b4de5d6ed96a2cf63e2234c42bbc592 (patch) | |
tree | 3be26ea0a7dcd2934e2252390488ccc964f46859 | |
parent | 8e503baed8b1df3ed1901b0c93398f204244c77a (diff) | |
download | termo-a86f23588b4de5d6ed96a2cf63e2234c42bbc592.tar.gz termo-a86f23588b4de5d6ed96a2cf63e2234c42bbc592.tar.xz termo-a86f23588b4de5d6ed96a2cf63e2234c42bbc592.zip |
Minor doc update - strpkey expects strings, doesn't use them
-rw-r--r-- | man/termkey_strpkey.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |