doc: Fix grammar and typos.
Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Cyril Brulebois <kibi@debian.org>
This commit is contained in:
		
							parent
							
								
									5b92a0a84a
								
							
						
					
					
						commit
						9b4f10d749
					
				| 
						 | 
					@ -61,7 +61,7 @@ The functionality is implemented by
 | 
				
			||||||
routines that typically reside in the server source tree directory 
 | 
					routines that typically reside in the server source tree directory 
 | 
				
			||||||
extensions/server/xinput.
 | 
					extensions/server/xinput.
 | 
				
			||||||
This extension includes functions to enable and disable input extension devices,
 | 
					This extension includes functions to enable and disable input extension devices,
 | 
				
			||||||
select input, grab and focus those device, query and change key 
 | 
					select input, grab and focus those devices, query and change key
 | 
				
			||||||
and button mappings, and others.  The only input extension requirements 
 | 
					and button mappings, and others.  The only input extension requirements 
 | 
				
			||||||
for the device-dependent part of X are that the input devices be 
 | 
					for the device-dependent part of X are that the input devices be 
 | 
				
			||||||
correctly initialized and input events from those devices be correctly
 | 
					correctly initialized and input events from those devices be correctly
 | 
				
			||||||
| 
						 | 
					@ -446,7 +446,7 @@ This function is provided to allocate and initialize a KeyClassRec, and
 | 
				
			||||||
should be called for extension devices that have keys.  It is passed a pointer
 | 
					should be called for extension devices that have keys.  It is passed a pointer
 | 
				
			||||||
to the device, and pointers to arrays of keysyms and modifiers reported by
 | 
					to the device, and pointers to arrays of keysyms and modifiers reported by
 | 
				
			||||||
the device.  It returns FALSE if the KeyClassRec could not be allocated,
 | 
					the device.  It returns FALSE if the KeyClassRec could not be allocated,
 | 
				
			||||||
or if the maps for the keysyms and and modifiers could not be allocated.
 | 
					or if the maps for the keysyms and modifiers could not be allocated.
 | 
				
			||||||
Its parameters are:
 | 
					Its parameters are:
 | 
				
			||||||
</para>
 | 
					</para>
 | 
				
			||||||
<para>
 | 
					<para>
 | 
				
			||||||
| 
						 | 
					@ -905,7 +905,7 @@ such a device.
 | 
				
			||||||
<para>
 | 
					<para>
 | 
				
			||||||
<!-- .LP -->
 | 
					<!-- .LP -->
 | 
				
			||||||
The default implementation is to always return a BadMatch error.  If the
 | 
					The default implementation is to always return a BadMatch error.  If the
 | 
				
			||||||
implementation does not support any input devices that are allow their
 | 
					implementation does not support any input devices that allow their
 | 
				
			||||||
valuators to be set, the default implementation may be left unchanged.
 | 
					valuators to be set, the default implementation may be left unchanged.
 | 
				
			||||||
</para>
 | 
					</para>
 | 
				
			||||||
</sect2>
 | 
					</sect2>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue