diff options
Diffstat (limited to 'libX11/man/xkb/XkbFreeGeomProperties.man')
-rw-r--r-- | libX11/man/xkb/XkbFreeGeomProperties.man | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/libX11/man/xkb/XkbFreeGeomProperties.man b/libX11/man/xkb/XkbFreeGeomProperties.man index 586dfb1d1..b01505492 100644 --- a/libX11/man/xkb/XkbFreeGeomProperties.man +++ b/libX11/man/xkb/XkbFreeGeomProperties.man @@ -30,21 +30,12 @@ .SH NAME XkbFreeGeomProperties \- Free geometry properties .SH SYNOPSIS +.HP .B void XkbFreeGeomProperties -( -.I geom, -.I first, -.I count, -.I free_all -) -.br - XkbGeometryPtr \fIgeom\fP\^; -.br - int \fIfirst\fP\^; -.br - int \fIcount\fP\^; -.br - Bool * \fIfree_all\fP\^; +.BI "(\^XkbGeometryPtr " "geom" "\^," +.BI "int " "first" "\^," +.BI "int " "count" "\^," +.BI "Bool *" "free_all" "\^);" .if n .ti +5n .if t .ti +.5i .SH ARGUMENTS |