summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Wallenstein <halsmit@t-online.de>2010-02-02 21:24:30 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-04-08 20:30:31 -0700
commit7a93ae2bb5292a97fdd27ed818bc81248b37f641 (patch)
treecab06ae4dce989e222fe6708f06ab5c377709472
parente9884d4a05a5661ec343ea8a2aa0562b6419e086 (diff)
downloadxorg-lib-libX11-7a93ae2bb5292a97fdd27ed818bc81248b37f641.tar.gz
man: Fix return value specification of XkbKeyActionEntry
The XkbKeyActionEntry macro expands to a pointer. Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--man/xkb/XkbKeyActionEntry.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/xkb/XkbKeyActionEntry.man b/man/xkb/XkbKeyActionEntry.man
index 5acc7e83..c62cc2fd 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" "\^,"