mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 10:58:19 +02:00
man: fix parameters to XkbAllocGeomOverlay{Rows|Keys} (#23499)
X.Org Bug 23499 <http://bugs.freedesktop.org/show_bug.cgi?id=23499> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c2814a614d
commit
20f9ecd86a
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ XkbAllocGeomOverlayKeys \- Allocate keys in an overlay row
|
|||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOverlayKeys
|
||||
.BI "(\^XkbRowPtr " "row" "\^,"
|
||||
.BI "(\^XkbOverlayRowPtr " "row" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ XkbAllocGeomOverlayRows \- Allocate rows in a overlay
|
|||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B Status XkbAllocGeomOverlayRows
|
||||
.BI "(\^XkbSectionPtr " "overlay" "\^,"
|
||||
.BI "(\^XkbOverlayPtr " "overlay" "\^,"
|
||||
.BI "int " "num_needed" "\^);"
|
||||
.if n .ti +5n
|
||||
.if t .ti +.5i
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue