diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-06 02:25:07 +0200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-23 10:30:38 -0400 |
commit | e7e3320098cad585d46f74d8a0c6946a080b0263 (patch) | |
tree | 7c9c63cb036eac4f85016d00b814fd4d537a4d12 /doc | |
parent | 9b4f10d7490f6610a65d401958296c95ce891c8b (diff) |
doc: Fix extraneous >
It looks like it serves no special purpose.
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Xinput.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Xinput.xml b/doc/Xinput.xml index 55215109b..9c8dc5de8 100644 --- a/doc/Xinput.xml +++ b/doc/Xinput.xml @@ -362,7 +362,7 @@ server to begin checking for available input from this device. </para> <para> <!-- .LP --> ->From InitAndStartDevices, EnableDevice is called for all devices that have +From InitAndStartDevices, EnableDevice is called for all devices that have the "inited" and "startup" fields in the DeviceIntRec set to TRUE. The "inited" field is set by InitAndStartDevices to the value returned by the deviceproc when called with a mode value of DEVICE_INIT. The "startup" |