fix previous commit: use pos/neg instead of +/-

This commit is contained in:
marschap
2006-04-09 11:41:00 +00:00
parent c130d15677
commit 74359dd1f3
3 changed files with 26 additions and 18 deletions
+4 -4
View File
@@ -25,11 +25,11 @@ This section covers the joystick input driver for LCDd.
<varlistentry>
<term>
<command>Map_Axis<replaceable>NUM</replaceable>-=</command>
<command>Map_Axis<replaceable>NUM</replaceable>neg=</command>
<arg choice="plain"><replaceable>KEY</replaceable></arg>
</term>
<term>
<command>Map_Axis<replaceable>NUM</replaceable>+=</command>
<command>Map_Axis<replaceable>NUM</replaceable>pos=</command>
<arg choice="plain"><replaceable>KEY</replaceable></arg>
</term>
<listitem>
@@ -39,8 +39,8 @@ This section covers the joystick input driver for LCDd.
<para>
<replaceable>NUM</replaceable> is an integer starting with <literal>1</literal>
that represents each axis with the appendices <literal>+</literal> and
<literal>-</literal> determining the direction.
that represents each axis with the affixes <literal>neg</literal> and
<literal>pos</literal> determining the direction.
The exact numbering of the axes depends on the hardware used.
</para>