summaryrefslogtreecommitdiff
path: root/man/xkb/XkbGetMap.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xkb/XkbGetMap.man')
-rw-r--r--man/xkb/XkbGetMap.man24
1 files changed, 12 insertions, 12 deletions
diff --git a/man/xkb/XkbGetMap.man b/man/xkb/XkbGetMap.man
index c78d4545..45b55e73 100644
--- a/man/xkb/XkbGetMap.man
+++ b/man/xkb/XkbGetMap.man
@@ -241,18 +241,18 @@ structures in the XkbDescRec represent the major Xkb components.
.nf
typedef struct {
- struct _XDisplay * display; /\(** connection to X server */
- unsigned short flags; /\(** private to Xkb, do not modify */
- unsigned short device_spec; /\(** device of interest */
- KeyCode min_key_code; /\(** minimum keycode for device */
- KeyCode max_key_code; /\(** maximum keycode for device */
- XkbControlsPtr ctrls; /\(** controls */
- XkbServerMapPtr server; /\(** server keymap */
- XkbClientMapPtr map; /\(** client keymap */
- XkbIndicatorPtr indicators; /\(** indicator map */
- XkbNamesPtr names; /\(** names for all components */
- XkbCompatMapPtr compat; /\(** compatibility map */
- XkbGeometryPtr geom; /\(** physical geometry of keyboard */
+ struct _XDisplay * display; /\&* connection to X server */
+ unsigned short flags; /\&* private to Xkb, do not modify */
+ unsigned short device_spec; /\&* device of interest */
+ KeyCode min_key_code; /\&* minimum keycode for device */
+ KeyCode max_key_code; /\&* maximum keycode for device */
+ XkbControlsPtr ctrls; /\&* controls */
+ XkbServerMapPtr server; /\&* server keymap */
+ XkbClientMapPtr map; /\&* client keymap */
+ XkbIndicatorPtr indicators; /\&* indicator map */
+ XkbNamesPtr names; /\&* names for all components */
+ XkbCompatMapPtr compat; /\&* compatibility map */
+ XkbGeometryPtr geom; /\&* physical geometry of keyboard */
} XkbDescRec, *XkbDescPtr;
.fi