mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-31 20:43:10 +00:00
Reverted darwin/bundle/**/Credits.rtf to XFree86 versions to avoid
future conflicts on ASCII but not humal readable files. (There should
probably be separate CreditsXorg.rtf files) (Egbert Eich).
30 lines
1.1 KiB
Groff
30 lines
1.1 KiB
Groff
.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/void/void.man,v 1.1 2001/01/24 00:06:38 dawes Exp $
|
|
.\" shorthand for double quote that works everywhere.
|
|
.ds q \N'34'
|
|
.TH VOID __drivermansuffix__ __vendorversion__
|
|
.SH NAME
|
|
void \- null input driver
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.B "Section \*qInputDevice\*q"
|
|
.BI " Identifier \*q" idevname \*q
|
|
.B " Driver \*qvoid\*q"
|
|
\ \ ...
|
|
.B EndSection
|
|
.fi
|
|
.SH DESCRIPTION
|
|
.B void
|
|
is an dummy/null XFree86 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.
|
|
.SH CONFIGURATION DETAILS
|
|
Please refer to XF86Config(__filemansuffix__) for general configuration
|
|
details and for options that can be used with all input drivers. This
|
|
driver doesn't have any configuration options in addition to those.
|
|
.SH "SEE ALSO"
|
|
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
|
|
.SH AUTHORS
|
|
Authors include...
|