mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 13:18:04 +02:00
specs/XKB: Markup some subtractions with − instead of -
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
441a267e46
commit
ec4075303c
4 changed files with 10 additions and 10 deletions
|
|
@ -123,7 +123,7 @@ XkbAllocGeomShapes(geom,4)
|
|||
to say <quote>I’ll need space for four new shapes in this geometry.</quote>
|
||||
This makes sure that
|
||||
<structfield>sz_shapes</structfield>
|
||||
-
|
||||
−
|
||||
<structfield>num_shapes</structfield>
|
||||
>= 4, and resizes the shapes array if it isn’t. If this function
|
||||
succeeds, you are guaranteed to have space for the number of shapes you need.
|
||||
|
|
|
|||
|
|
@ -426,7 +426,7 @@ To ring the bell on an X input extension device or the default keyboard, use
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
bell volume, from -100 to 100 inclusive
|
||||
bell volume, from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -535,7 +535,7 @@ default keyboard:
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
relative volume, which can range from -100 to 100 inclusive
|
||||
relative volume, which can range from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -700,7 +700,7 @@ without ringing the corresponding bell, use
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
volume for the bell, which can range from -100 to 100 inclusive
|
||||
volume for the bell, which can range from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -795,7 +795,7 @@ the keyboard without ringing the bell:
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
relative volume, which can range from -100 to 100 inclusive
|
||||
relative volume, which can range from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -938,7 +938,7 @@ audible bells, use <function>XkbForceDeviceBell</function>.
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
relative volume, which can range from -100 to 100 inclusive
|
||||
relative volume, which can range from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -1006,7 +1006,7 @@ for audible bells, use
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
volume for the bell, which can range from -100 to 100 inclusive
|
||||
volume for the bell, which can range from −100 to 100 inclusive
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
|
|
@ -1469,7 +1469,7 @@ approaches
|
|||
<structfield>mk_time_to_max</structfield>.
|
||||
The legal values for
|
||||
<structfield>mk_curve</structfield>
|
||||
are between -1000 and 1000.
|
||||
are between −1000 and 1000.
|
||||
</para>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1228,7 +1228,7 @@ The
|
|||
fields of the client map. The fields are allocated to contain the maximum
|
||||
number of entries necessary for
|
||||
<structfield>max_key_code</structfield>
|
||||
-
|
||||
−
|
||||
<structfield>min_key_code</structfield>
|
||||
+ 1 keys.
|
||||
</entry>
|
||||
|
|
@ -1247,7 +1247,7 @@ The
|
|||
field of the client map. The field is allocated to contain the maximum number
|
||||
of entries necessary for
|
||||
<structfield>max_key_code</structfield>
|
||||
-
|
||||
−
|
||||
<structfield>min_key_code</structfield>
|
||||
+ 1 keys.
|
||||
</entry>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue