diff options
Diffstat (limited to 'libX11/man/xkb/XkbGetKeyBehaviors.man')
-rw-r--r-- | libX11/man/xkb/XkbGetKeyBehaviors.man | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/libX11/man/xkb/XkbGetKeyBehaviors.man b/libX11/man/xkb/XkbGetKeyBehaviors.man index 82584cdf6..90d0d4f97 100644 --- a/libX11/man/xkb/XkbGetKeyBehaviors.man +++ b/libX11/man/xkb/XkbGetKeyBehaviors.man @@ -31,21 +31,12 @@ XkbChangeTypesOfKey \- Obtain the behaviors (the behaviors array) for a subset of the keys in a keyboard description from the server .SH SYNOPSIS +.HP .B Status XkbChangeTypesOfKey -( -.I dpy, -.I first, -.I num, -.I xkb -) -.br - Display * \fIdpy\fP\^; -.br - unsigned int \fIfirst\fP\^; -.br - unsigned int \fInum\fP\^; -.br - XkbDescPtr \fIxkb\fP\^; +.BI "(\^Display *" "dpy" "\^," +.BI "unsigned int " "first" "\^," +.BI "unsigned int " "num" "\^," +.BI "XkbDescPtr " "xkb" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS |