mirror of
https://github.com/X11Libre/xf86-input-void.git
synced 2026-03-24 01:24:08 +00:00
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>
This commit is contained in:
committed by
Enrico Weigelt, metux IT consult
parent
ee6dfe8381
commit
9e20ad96cd
32
man/void.man
32
man/void.man
@@ -1,8 +1,8 @@
|
||||
.\" shorthand for double quote that works everywhere.
|
||||
.ds q \N'34'
|
||||
.TH VOID __drivermansuffix__ __vendorversion__
|
||||
.TH VOID 4 2009-09-07 __vendorversion__
|
||||
.SH NAME
|
||||
void \- null input driver
|
||||
void \- null input driver for Xorg
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
.B "Section \*qInputDevice\*q"
|
||||
@@ -12,15 +12,23 @@ void \- null input driver
|
||||
.B EndSection
|
||||
.fi
|
||||
.SH DESCRIPTION
|
||||
.B void
|
||||
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 X servers pre
|
||||
version 1.4 to operate without a core pointer and/or core keyboard.
|
||||
.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 __xconfigfile__(__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.
|
||||
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"
|
||||
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
|
||||
.BR Xorg (1),
|
||||
.BR xorg.conf (5),
|
||||
.BR Xserver (1),
|
||||
.BR X (7).
|
||||
|
||||
Reference in New Issue
Block a user