diff options
Diffstat (limited to 'libX11/man/xkb/XkbFreeGeomRows.man')
-rw-r--r-- | libX11/man/xkb/XkbFreeGeomRows.man | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/libX11/man/xkb/XkbFreeGeomRows.man b/libX11/man/xkb/XkbFreeGeomRows.man index 0a67af5ca..7857501f9 100644 --- a/libX11/man/xkb/XkbFreeGeomRows.man +++ b/libX11/man/xkb/XkbFreeGeomRows.man @@ -30,21 +30,12 @@ .SH NAME XkbFreeGeomRows \- Free rows in a section .SH SYNOPSIS +.HP .B void XkbFreeGeomRows -( -.I section, -.I first, -.I count, -.I free_all -) -.br - XkbSectionPtr \fIsection\fP\^; -.br - int \fIfirst\fP\^; -.br - int \fIcount\fP\^; -.br - Bool \fIfree_all\fP\^; +.BI "(\^XkbSectionPtr " "section" "\^," +.BI "int " "first" "\^," +.BI "int " "count" "\^," +.BI "Bool " "free_all" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS |