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>
This commit is contained in:
Dirk Wallenstein 2010-02-02 21:24:30 +01:00 committed by Alan Coopersmith
parent e9884d4a05
commit 7a93ae2bb5

View file

@ -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" "\^,"