doc: Fix punctuation.
[ajax: s/ponct/punct/] Signed-off-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Jamey Sharp <jamey@minilop.net>
This commit is contained in:
parent
e7e3320098
commit
2cce6ffc35
|
@ -420,7 +420,7 @@ FocusClass - the device can be focused.
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
FeedbackClass - the device supports some kind of feedback
|
FeedbackClass - the device supports some kind of feedback.
|
||||||
<!-- .in -5n -->
|
<!-- .in -5n -->
|
||||||
<!-- .RE -->
|
<!-- .RE -->
|
||||||
</para>
|
</para>
|
||||||
|
@ -702,7 +702,7 @@ InitStringFeedbackClassDeviceStruct(dev, controlProc, max_symbols,
|
||||||
num_symbols_supported, symbols)
|
num_symbols_supported, symbols)
|
||||||
DeviceIntPtr dev;
|
DeviceIntPtr dev;
|
||||||
void (*controlProc)();
|
void (*controlProc)();
|
||||||
int max_symbols:
|
int max_symbols;
|
||||||
int num_symbols_supported;
|
int num_symbols_supported;
|
||||||
KeySym *symbols;
|
KeySym *symbols;
|
||||||
</literallayout>
|
</literallayout>
|
||||||
|
@ -1035,7 +1035,7 @@ deviceid - the identifier of the device that generated the event.
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
device_state - the state of any modifiers on the device that generated the event
|
device_state - the state of any modifiers on the device that generated the event.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in New Issue