From af3c0bf378a74408de83dc37b17420ff5cdb37a1 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 25 Apr 2012 00:59:13 +0100 Subject: Many small manpage markup fixes --- man/termkey_strpkey.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/termkey_strpkey.3') 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 -- cgit v1.2.3-54-g00ecf