summaryrefslogtreecommitdiff
path: root/man/xkb/XkbSARedirectVModsMask.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xkb/XkbSARedirectVModsMask.man')
-rw-r--r--man/xkb/XkbSARedirectVModsMask.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/xkb/XkbSARedirectVModsMask.man b/man/xkb/XkbSARedirectVModsMask.man
index b87efc2d..9f9f5ae0 100644
--- a/man/xkb/XkbSARedirectVModsMask.man
+++ b/man/xkb/XkbSARedirectVModsMask.man
@@ -100,17 +100,17 @@ converted to an unsigned int.
.nf
typedef struct_XkbRedirectKeyAction {
- unsigned char type; /\(** XkbSA_RedirectKey */
- unsigned char new_key; /\(** keycode to be put in event */
- unsigned char mods_mask; /\(** mask of real mods to be reset */
- unsigned char mods; /\(** mask of real mods to take values from */
- unsigned char vmods_mask0; /\(** first half of mask of virtual mods to be
+ unsigned char type; /\&* XkbSA_RedirectKey */
+ unsigned char new_key; /\&* keycode to be put in event */
+ unsigned char mods_mask; /\&* mask of real mods to be reset */
+ unsigned char mods; /\&* mask of real mods to take values from */
+ unsigned char vmods_mask0; /\&* first half of mask of virtual mods to be
reset */
- unsigned char vmods_mask1; /\(** other half of mask of virtual mods to be
+ unsigned char vmods_mask1; /\&* other half of mask of virtual mods to be
reset */
- unsigned char vmods0; /\(** first half of mask of virtual mods to
+ unsigned char vmods0; /\&* first half of mask of virtual mods to
take values from */
- unsigned char vmods1; /\(** other half of mask of virtual mods to
+ unsigned char vmods1; /\&* other half of mask of virtual mods to
take values from */
} XkbRedirectKeyAction;