diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-07 14:49:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-07 14:49:15 +1000 |
commit | df567ec35b67ae83269e97d377e4c4e060c6eb63 (patch) | |
tree | 86260a3f9fc0c2b8f29fcd35d795102f919259c5 | |
parent | a2ce16486c63e48446cc0fb0e5ea4153cae98e90 (diff) |
man: void is only necessary for server < 1.4
1.4 and input hotplug introduced virtual core devices.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | man/void.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/void.man b/man/void.man index 3faed5a..b04fdf3 100644 --- a/man/void.man +++ b/man/void.man @@ -16,8 +16,8 @@ void \- null input driver is an dummy/null __xservername__ input driver. It doesn't connect to any physical device, and it never delivers any events. It functions as both a pointer and keyboard device, and may be used as X server's core -pointer and/or core keyboard. It's purpose is to allow the X server -to operate without a core pointer and/or core keyboard. +pointer and/or core keyboard. It's purpose is to allow X servers pre +version 1.4 to operate without a core pointer and/or core keyboard. .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration details and for options that can be used with all input drivers. This |