[PATCH libX11 2/4] man: Fix return value specification of XkbKeyActionEntry

Dirk Wallenstein halsmit at t-online.de
Tue Feb 2 12:24:30 PST 2010


The XkbKeyActionEntry macro expands to a pointer.

Signed-off-by: Dirk Wallenstein <halsmit at t-online.de>
---
 man/xkb/XkbKeyActionEntry.man |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/xkb/XkbKeyActionEntry.man b/man/xkb/XkbKeyActionEntry.man
index 5acc7e8..c6ebc18 100644
--- a/man/xkb/XkbKeyActionEntry.man
+++ b/man/xkb/XkbKeyActionEntry.man
@@ -21,13 +21,13 @@
 .\"
 .TH XkbKeyActionEntry __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
 .SH NAME
-XkbKeyActionEntry \- Returns the key action corresponding to group grp and shift 
-level lvl from the 
-two-dimensional table of key actions associated with the key corresponding to 
+XkbKeyActionEntry \- Returns a pointer to the key action corresponding to 
+group grp and shift level lvl from the two-dimensional table of key actions
+associated with the key corresponding to 
 keycode
 .SH SYNOPSIS
 .HP
-.B XkbAction XkbKeyActionEntry
+.B XkbAction * XkbKeyActionEntry
 .BI "(\^XkbDescPtr " "xkb" "\^,"
 .BI "KeyCode " "keycode" "\^,"
 .BI "int " "shift" "\^,"
-- 
1.6.5.3



More information about the xorg-devel mailing list