diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-06 02:25:08 +0200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-23 10:31:12 -0400 |
commit | 2cce6ffc350d3840337a4d045d5cf14bb7bf2b32 (patch) | |
tree | d1d63452328e9847d059d270f21bcf34d269f84f /doc | |
parent | e7e3320098cad585d46f74d8a0c6946a080b0263 (diff) |
doc: Fix punctuation.
[ajax: s/ponct/punct/]
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Xinput.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Xinput.xml b/doc/Xinput.xml index 9c8dc5de8..36bfa7ed9 100644 --- a/doc/Xinput.xml +++ b/doc/Xinput.xml @@ -420,7 +420,7 @@ FocusClass - the device can be focused. </listitem> <listitem> <para> -FeedbackClass - the device supports some kind of feedback +FeedbackClass - the device supports some kind of feedback. <!-- .in -5n --> <!-- .RE --> </para> @@ -702,7 +702,7 @@ InitStringFeedbackClassDeviceStruct(dev, controlProc, max_symbols, num_symbols_supported, symbols) DeviceIntPtr dev; void (*controlProc)(); - int max_symbols: + int max_symbols; int num_symbols_supported; KeySym *symbols; </literallayout> @@ -1035,7 +1035,7 @@ deviceid - the identifier of the device that generated the event. </listitem> <listitem> <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> </listitem> <listitem> |