summaryrefslogtreecommitdiff
path: root/lib/libX11/man/xkb/XkbKeyActionsPtr.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libX11/man/xkb/XkbKeyActionsPtr.man')
-rw-r--r--lib/libX11/man/xkb/XkbKeyActionsPtr.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libX11/man/xkb/XkbKeyActionsPtr.man b/lib/libX11/man/xkb/XkbKeyActionsPtr.man
index c327db4f4..cfd30db36 100644
--- a/lib/libX11/man/xkb/XkbKeyActionsPtr.man
+++ b/lib/libX11/man/xkb/XkbKeyActionsPtr.man
@@ -118,15 +118,11 @@ The KeySymMapRec structure is defined as follows:
#define XkbNumKbdGroups 4
#define XkbMaxKbdGroup (XkbNumKbdGroups-1)
- typedef struct { /\&* map to keysyms for a single keycode
-*/
- unsigned char kt_index[XkbNumKbdGroups]; /\&* key type index for
-each group */
- unsigned char group_info; /\&* # of groups and out of range group
-handling */
+ typedef struct { /\&* map to keysyms for a single keycode */
+ unsigned char kt_index[XkbNumKbdGroups]; /\&* key type index for each group */
+ unsigned char group_info; /\&* # of groups and out of range group handling */
unsigned char width; /\&* max # of shift levels for key */
- unsigned short offset; /\&* index to keysym table in syms array
-*/
+ unsigned short offset; /\&* index to keysym table in syms array */
} XkbSymMapRec, *XkbSymMapPtr;
.fi