XkbAllComponentsMask is the combination of all component masks not just
a single bit.

Signed-off-by: Dirk Wallenstein <hals...@t-online.de>
---
 man/xkb/XkbGetKeyboard.man |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man/xkb/XkbGetKeyboard.man b/man/xkb/XkbGetKeyboard.man
index ab6b8d7..0ae0715 100644
--- a/man/xkb/XkbGetKeyboard.man
+++ b/man/xkb/XkbGetKeyboard.man
@@ -73,7 +73,7 @@ XkbIndicatorMapMask   indicators      (1L<<3)
 XkbNamesMask   names   (1L<<4)
 XkbCompatMapMask       compat  (1L<<5)
 XkbGeometryMask        geom    (1L<<6)
-XkbAllComponentsMask   All Fields      (1L<<7)
+XkbAllComponentsMask   All Fields      (0x7f)
 .TE
 
 .I XkbGetKeyboard 
-- 
1.6.5.3

_______________________________________________
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to