summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-08-28 23:00:17 +0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-08-28 23:00:17 +0800
commit53affa9335116f2d367f041e6502a411d4619e47 (patch)
tree2799d36d99ed30f0ca7e7a4342d9f614dd3cde63 /man
parent6233948885acc5873a5abddfff235afec555f3c2 (diff)
XkbQueryExtension.man: Arguments should be pointers
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'man')
-rw-r--r--man/xkb/XkbQueryExtension.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/xkb/XkbQueryExtension.man b/man/xkb/XkbQueryExtension.man
index c400a04..11fed2d 100644
--- a/man/xkb/XkbQueryExtension.man
+++ b/man/xkb/XkbQueryExtension.man
@@ -33,11 +33,11 @@ XkbQueryExtension \- Determines the compatibility of a library at runtime.
.HP
.B Bool XkbQueryExtension
.BI "(\^Display *" "dpy" "\^,"
-.BI "int " "opcode_rtrn" "\^,"
-.BI "int " "event_rtrn" "\^,"
+.BI "int *" "opcode_rtrn" "\^,"
+.BI "int *" "event_rtrn" "\^,"
.BI "int *" "error_rtrn" "\^,"
-.BI "int " "major_in_out" "\^,"
-.BI "int " "minor_in_out" "\^);"
+.BI "int *" "major_in_out" "\^,"
+.BI "int *" "minor_in_out" "\^);"
.if n .ti +5n
.if t .ti +.5i
.SH ARGUMENTS