diff options
Diffstat (limited to 'libX11/man/xkb/XkbResizeKeyActions.man')
-rw-r--r-- | libX11/man/xkb/XkbResizeKeyActions.man | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/libX11/man/xkb/XkbResizeKeyActions.man b/libX11/man/xkb/XkbResizeKeyActions.man index d5f88d301..8d851546d 100644 --- a/libX11/man/xkb/XkbResizeKeyActions.man +++ b/libX11/man/xkb/XkbResizeKeyActions.man @@ -31,18 +31,11 @@ .SH NAME XkbResizeKeyActions \- Change the number of actions bound to a key .SH SYNOPSIS +.HP .B XkbAction * XkbResizeKeyActions -( -.I xkb, -.I key, -.I needed -) -.br - XkbDescRec * \fIxkb\fP\^; -.br - int \fIkey\fP\^; -.br - int \fIneeded\fP\^; +.BI "(\^XkbDescRec *" "xkb" "\^," +.BI "int " "key" "\^," +.BI "int " "needed" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS |