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_strfkey.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man/termkey_strfkey.3') diff --git a/man/termkey_strfkey.3 b/man/termkey_strfkey.3 index f712405..2bbf2ec 100644 --- a/man/termkey_strfkey.3 +++ b/man/termkey_strfkey.3 @@ -16,19 +16,19 @@ Link with \fI-ltermkey\fP. The \fIformat\fP argument specifies the format of the output, as a bitmask of the following constants: .TP .B TERMKEY_FORMAT_LONGMOD -Print full modifier names e.g. "Shift-" instead of abbreviating to "S-". +Print 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, render it as "^X" rather than "Ctrl-X". +If the only modifier is \fBTERMKEY_MOD_CTRL\fP on a plain letter, render 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". .TP .B TERMKEY_FORMAT_WRAPBRACKET -If the key event is a special key instead of unmodified Unicode, wrap it in "". +If the key event is a special key instead of unmodified Unicode, wrap it in "\f(CW\fP". .TP .B TERMKEY_FORMAT_MOUSE_POS -If the event is a mouse event, include the position rendered as "@ (col,line)". +If the event is a mouse event, include the position rendered as "\f(CW@ (col,line)\fP". .PP The following shortcuts are provided for common combinations of format bits: .TP -- cgit v1.2.3