diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-25 00:59:13 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-25 00:59:13 +0100 |
commit | af3c0bf378a74408de83dc37b17420ff5cdb37a1 (patch) | |
tree | f3cbf2b5ecb239a17f07966985b8922405ffdd89 /man/termkey_strpkey.3 | |
parent | cd57c39191e330ebec43468a0b47c5b6b23a3dc9 (diff) | |
download | termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.tar.gz termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.tar.xz termo-af3c0bf378a74408de83dc37b17420ff5cdb37a1.zip |
Many small manpage markup fixes
Diffstat (limited to 'man/termkey_strpkey.3')
-rw-r--r-- | man/termkey_strpkey.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/termkey_strpkey.3 b/man/termkey_strpkey.3 index 74665b8..4e4f5eb 100644 --- a/man/termkey_strpkey.3 +++ b/man/termkey_strpkey.3 @@ -16,13 +16,13 @@ Link with \fI-ltermkey\fP. The \fIformat\fP argument specifies the format expected in the string, as a bitmask of the following constants: .TP .B TERMKEY_FORMAT_LONGMOD -Expect full modifier names e.g. "Shift-" instead of abbreviating to "S-". +Expect full modifier names e.g. "\f(CWShift-\fP" instead of abbreviating to "\f(CWS-\fP". .TP .B TERMKEY_FORMAT_CARETCTRL -If the only modifier is \fBTERMKEY_MOD_CTRL\fP on a plain letter, accept it as "^X" rather than "Ctrl-X". +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 "Meta" or the letter "M" instead of "Alt" or "A". +Use the name "\f(CWMeta\fP" or the letter "\f(CWM\fP" instead of "\f(CWAlt\fP" or "\f(CWA\fP". .PP Before returning, this function canonicalises the \fIkey\fP structure according to the rules given for \fBtermkey_canonicalise\fP(3). .PP |