summaryrefslogtreecommitdiff
path: root/man/xkb/XkbAllocCompatMap.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xkb/XkbAllocCompatMap.man')
-rw-r--r--man/xkb/XkbAllocCompatMap.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/xkb/XkbAllocCompatMap.man b/man/xkb/XkbAllocCompatMap.man
index e20d2088..78a02bd9 100644
--- a/man/xkb/XkbAllocCompatMap.man
+++ b/man/xkb/XkbAllocCompatMap.man
@@ -78,12 +78,12 @@ is NULL, or BadAlloc if errors are encountered when attempting to allocate stora
.nf
typedef struct {
- KeySym sym; /\(** keysym of interest or NULL */
- unsigned char flags; /\(** XkbSI_AutoRepeat, XkbSI_LockingKey */
- unsigned char match; /\(** specifies how mods is interpreted */
- unsigned char mods; /\(** modifier bits, correspond to eight real modifiers */
- unsigned char virtual_mod; /\(** 1 modifier to add to key virtual mod map */
- XkbAnyAction act; /\(** action to bind to symbol position on key */
+ KeySym sym; /\&* keysym of interest or NULL */
+ unsigned char flags; /\&* XkbSI_AutoRepeat, XkbSI_LockingKey */
+ unsigned char match; /\&* specifies how mods is interpreted */
+ unsigned char mods; /\&* modifier bits, correspond to eight real modifiers */
+ unsigned char virtual_mod; /\&* 1 modifier to add to key virtual mod map */
+ XkbAnyAction act; /\&* action to bind to symbol position on key */
} XkbSymInterpretRec,*XkbSymInterpretPtr;
.fi