aboutsummaryrefslogtreecommitdiff
path: root/libX11/man/xkb/XkbSetServerInternalMods.man
diff options
context:
space:
mode:
Diffstat (limited to 'libX11/man/xkb/XkbSetServerInternalMods.man')
-rw-r--r--libX11/man/xkb/XkbSetServerInternalMods.man27
1 files changed, 7 insertions, 20 deletions
diff --git a/libX11/man/xkb/XkbSetServerInternalMods.man b/libX11/man/xkb/XkbSetServerInternalMods.man
index 949e435f4..46c80013e 100644
--- a/libX11/man/xkb/XkbSetServerInternalMods.man
+++ b/libX11/man/xkb/XkbSetServerInternalMods.man
@@ -32,27 +32,14 @@
XkbSetServerInternalMods \- Sets the modifiers that are consumed by the server
before events are delivered to the client
.SH SYNOPSIS
+.HP
.B Bool XkbSetServerInternalMods
-(
-.I display,
-.I device_spec,
-.I affect_real,
-.I real_values,
-.I affect_virtual,
-.I virtual_values
-)
-.br
- Display *\fIdisplay\fP\^;
-.br
- unsigned int \fIdevice_spec\fP\^;
-.br
- unsigned int \fIaffect_real\fP\^;
-.br
- unsigned int \fIreal_values\fP\^;
-.br
- unsigned int \fIaffect_virtual\fP\^;
-.br
- unsigned int \fIvirtual_values\fP\^;
+.BI "(\^Display *" "display" "\^,"
+.BI "unsigned int " "device_spec" "\^,"
+.BI "unsigned int " "affect_real" "\^,"
+.BI "unsigned int " "real_values" "\^,"
+.BI "unsigned int " "affect_virtual" "\^,"
+.BI "unsigned int " "virtual_values" "\^);"
.if n .ti +5n
.if t .ti +.5i
.SH ARGUMENTS