Files
xf86-input-void/man/void.man
Alan Coopersmith 9e20ad96cd Improve man page formatting
More closely follow common style as described on
https://man7.org/linux/man-pages/man7/man-pages.7.html
and fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10`

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-void/-/merge_requests/7>
2025-12-09 11:39:29 +01:00

35 lines
962 B
Groff

.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH VOID 4 2009-09-07 __vendorversion__
.SH NAME
void \- null input driver for Xorg
.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
.BR Xorg (1)
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 the X server's core pointer and/or core keyboard.
Its purpose is to allow Xorg servers pre-version 1.4 to operate without
a core pointer and/or core keyboard.
.SH CONFIGURATION DETAILS
Please refer to
.BR xorg.conf (5)
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"
.BR Xorg (1),
.BR xorg.conf (5),
.BR Xserver (1),
.BR X (7).