summaryrefslogtreecommitdiff
path: root/lib/libX11/man/XChangeKeyboardMapping.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-06-11 20:55:45 +0000
commit4d8940ef13dbf0bbafb4f10b327f8fb2af514920 (patch)
tree11a36a6601a9d9251358c46f25f258cd65a8f9b5 /lib/libX11/man/XChangeKeyboardMapping.man
parent7ea6036bc3091fbaed7ddaeee77e4884d4e0828a (diff)
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables.
Diffstat (limited to 'lib/libX11/man/XChangeKeyboardMapping.man')
-rw-r--r--lib/libX11/man/XChangeKeyboardMapping.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libX11/man/XChangeKeyboardMapping.man b/lib/libX11/man/XChangeKeyboardMapping.man
index 67b030a76..e157ec926 100644
--- a/lib/libX11/man/XChangeKeyboardMapping.man
+++ b/lib/libX11/man/XChangeKeyboardMapping.man
@@ -428,8 +428,8 @@ structure contains:
.TA .5i 2.5i
.ta .5i 2.5i
typedef struct {
- int max_keypermod; /\(** This server's max number of keys per modifier */
- KeyCode *modifiermap; /\(** An 8 by max_keypermod array of the modifiers */
+ int max_keypermod; /\&* This server's max number of keys per modifier */
+ KeyCode *modifiermap; /\&* An 8 by max_keypermod array of the modifiers */
} XModifierKeymap;
.De
.SH DIAGNOSTICS