man pages: strip trailing whitespace
Gets rid of many warnings from `mandoc -T lint` of the form: mandoc: ./man/Xserver.man:621:7: STYLE: whitespace at end of input line Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2009>
This commit is contained in:
parent
7aa1f121e4
commit
6dfe3e7db6
|
@ -10,7 +10,7 @@ Xkdrive \- tiny X server
|
|||
.SH DESCRIPTION
|
||||
.B Xkdrive
|
||||
is a family of X servers designed to be particularly small. This
|
||||
manual page describes the common functionality of the
|
||||
manual page describes the common functionality of the
|
||||
.B Xkdrive
|
||||
servers; for information on a specific X server, please refer to the
|
||||
relevant manual page.
|
||||
|
|
|
@ -22,7 +22,7 @@ If glamor is not enabled, a shadow framebuffer is configured based on the
|
|||
KMS drivers' preference (unless the framebuffer is 24 bits per pixel, in
|
||||
which case the shadow framebuffer is always used).
|
||||
.SH SUPPORTED HARDWARE
|
||||
The
|
||||
The
|
||||
.B modesetting
|
||||
driver supports all hardware where a KMS driver is available.
|
||||
modesetting uses the Linux DRM KMS ioctls and dumb object create/map.
|
||||
|
@ -32,7 +32,7 @@ Please refer to
|
|||
for general configuration details.
|
||||
This section only covers configuration details specific to this driver.
|
||||
.PP
|
||||
For this driver it is not required to specify modes in the screen
|
||||
For this driver it is not required to specify modes in the screen
|
||||
section of the config file. The
|
||||
.B modesetting
|
||||
driver can pick up the currently used video mode from the kernel
|
||||
|
@ -41,7 +41,7 @@ driver and will use it if there are no video modes configured.
|
|||
For PCI boards you might have to add a BusID line to the Device
|
||||
section. See above for a sample line.
|
||||
.PP
|
||||
The following driver
|
||||
The following driver
|
||||
.B Options
|
||||
are supported:
|
||||
.TP
|
||||
|
|
|
@ -2116,7 +2116,7 @@ Default: mesa.
|
|||
.TP 7
|
||||
.BI "Option \*RenderingAPI\*q \*q" string \*q
|
||||
This option specifies an rendering API for use in conjunction with Glamor
|
||||
accel method. You can specify OpenGL with a value "gl" and OpenGL ES with a
|
||||
accel method. You can specify OpenGL with a value "gl" and OpenGL ES with a
|
||||
value "es", and the default is both, when Glamor fallbacks to GLES if GL 2.1 is
|
||||
not available. This may be useful for embedded and old cards, where GL ES
|
||||
feature set works faster than GL feature set.
|
||||
|
|
|
@ -618,46 +618,46 @@ Protocols:
|
|||
.I "The X Font Service Protocol,"
|
||||
.I "X Display Manager Control Protocol"
|
||||
.PP
|
||||
Fonts:
|
||||
.BR bdftopcf (1),
|
||||
.BR mkfontdir (1),
|
||||
Fonts:
|
||||
.BR bdftopcf (1),
|
||||
.BR mkfontdir (1),
|
||||
.BR mkfontscale (1),
|
||||
.BR xfs (1),
|
||||
.BR xlsfonts (1),
|
||||
.BR xfontsel (1),
|
||||
.BR xfs (1),
|
||||
.BR xlsfonts (1),
|
||||
.BR xfontsel (1),
|
||||
.BR xfd (1),
|
||||
.I "X Logical Font Description Conventions"
|
||||
.PP
|
||||
Keyboards:
|
||||
Keyboards:
|
||||
.BR xkeyboard\-config (@miscmansuffix@)
|
||||
.PP
|
||||
Security:
|
||||
.BR Xsecurity (@miscmansuffix@),
|
||||
.BR xauth (1),
|
||||
Security:
|
||||
.BR Xsecurity (@miscmansuffix@),
|
||||
.BR xauth (1),
|
||||
.BR Xau (3),
|
||||
.BR xdm (1),
|
||||
.BR xdm (1),
|
||||
.BR xhost (1),
|
||||
.I "Security Extension Specification"
|
||||
.PP
|
||||
Starting the server:
|
||||
.BR startx (1),
|
||||
.BR xdm (1),
|
||||
Starting the server:
|
||||
.BR startx (1),
|
||||
.BR xdm (1),
|
||||
.BR xinit (1)
|
||||
.PP
|
||||
Controlling the server once started:
|
||||
.BR xset (1),
|
||||
Controlling the server once started:
|
||||
.BR xset (1),
|
||||
.BR xsetroot (1),
|
||||
.BR xhost (1),
|
||||
.BR xinput (1),
|
||||
.BR xhost (1),
|
||||
.BR xinput (1),
|
||||
.BR xrandr (1)
|
||||
.PP
|
||||
Server-specific man pages:
|
||||
.BR Xorg (1),
|
||||
.BR Xorg (1),
|
||||
.BR Xwayland (1),
|
||||
.BR Xephyr (1),
|
||||
.BR Xephyr (1),
|
||||
.BR Xnest (1),
|
||||
.BR Xvfb (1),
|
||||
.BR Xquartz (1),
|
||||
.BR Xvfb (1),
|
||||
.BR Xquartz (1),
|
||||
.BR XWin (1).
|
||||
.PP
|
||||
Server internal documentation:
|
||||
|
|
Loading…
Reference in New Issue