diff options
Diffstat (limited to 'man/XtGetActionKeysym.man')
-rw-r--r-- | man/XtGetActionKeysym.man | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man/XtGetActionKeysym.man b/man/XtGetActionKeysym.man index df133ac..176e2bf 100644 --- a/man/XtGetActionKeysym.man +++ b/man/XtGetActionKeysym.man @@ -25,7 +25,7 @@ .\" dealing in this Software without prior written authorization from the .\" X Consortium. .\" -.\" $XFree86: xc/doc/man/Xt/XtGetActK.man,v 1.2 2001/01/27 18:20:26 dawes Exp $ +.\" $XFree86: xc/doc/man/Xt/XtGetActK.man,v 1.3 2003/04/28 22:18:18 herrb Exp $ .\" .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface @@ -130,12 +130,9 @@ .SH NAME XtGetActionKeysym \- obtain corresponding keysym .SH SYNTAX -KeySym XtGetActionKeysym(\fIevent\fP, \fImodifiers_return\fP) -.br - XEvent* \fIevent\fP; -.br - Modifiers* \fImodifiers_return\fP; -.LP +.HP +KeySym XtGetActionKeysym(XEvent* \fIevent\fP, Modifiers* +\fImodifiers_return\fP); .SH ARGUMENTS .IP \fIevent\fP 1i Specifies the event pointer passed to the action procedure by the |