mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 07:18:06 +02:00
docs: XkbSAActionSetCtrls is really named XkbActionSetCtrls
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
a1d8dd7267
commit
b7a15d6c6e
3 changed files with 9 additions and 9 deletions
|
|
@ -160,7 +160,7 @@ libman_PRE = \
|
|||
XkbResizeKeyActions.man \
|
||||
XkbResizeKeySyms.man \
|
||||
XkbResizeKeyType.man \
|
||||
XkbSAActionSetCtrls.man \
|
||||
XkbActionSetCtrls.man \
|
||||
XkbSAGroup.man \
|
||||
XkbSAPtrDfltValue.man \
|
||||
XkbSARedirectSetVMods.man \
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
.\" DEALINGS IN THE SOFTWARE.
|
||||
.\"
|
||||
.TH XkbSAActionSetCtrls __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
|
||||
.TH XkbActionSetCtrls __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
|
||||
.SH NAME
|
||||
XkbSAActionSetCtrls \- Sets the
|
||||
XkbActionSetCtrls \- Sets the
|
||||
.I ctrls0
|
||||
through
|
||||
.I ctrls3
|
||||
|
|
@ -32,7 +32,7 @@ from
|
|||
.I ctrls
|
||||
.SH SYNOPSIS
|
||||
.HP
|
||||
.B void XkbSAActionSetCtrls
|
||||
.B void XkbActionSetCtrls
|
||||
.BI "(\^XkbCtrlsAction " "act" "\^,"
|
||||
.BI "unsigned int " "ctrls" "\^);"
|
||||
.if n .ti +5n
|
||||
|
|
@ -121,7 +121,7 @@ fields represent the boolean controls in the
|
|||
.I enabled_ctrls
|
||||
field of the controls structure. Xkb macros, to convert between the two formats.
|
||||
|
||||
.I XkbSAActionSetCtrls
|
||||
.I XkbActionSetCtrls
|
||||
sets the
|
||||
.I ctrls0
|
||||
through
|
||||
|
|
@ -2852,10 +2852,10 @@ converted to an unsigned int.
|
|||
</para>
|
||||
|
||||
|
||||
<indexterm significance="preferred" zone="XkbSAActionSetCtrls"><primary><function>XkbSAActionSetCtrls</function></primary></indexterm>
|
||||
<funcsynopsis id="XkbSAActionSetCtrls">
|
||||
<indexterm significance="preferred" zone="XkbActionSetCtrls"><primary><function>XkbActionSetCtrls</function></primary></indexterm>
|
||||
<funcsynopsis id="XkbActionSetCtrls">
|
||||
<funcprototype>
|
||||
<funcdef>void <function>XkbSAActionSetCtrls</function></funcdef>
|
||||
<funcdef>void <function>XkbActionSetCtrls</function></funcdef>
|
||||
<!-- (
|
||||
<parameter>act, ctrls</parameter>
|
||||
) /* macro */ -->
|
||||
|
|
@ -2888,7 +2888,7 @@ converted to an unsigned int.
|
|||
</variablelist>
|
||||
|
||||
<para>
|
||||
<function>XkbSAActionSetCtrls</function>
|
||||
<function>XkbActionSetCtrls</function>
|
||||
sets the
|
||||
<structfield>ctrls0</structfield>
|
||||
through
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue