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:
Alan Coopersmith 2025-05-31 14:51:24 -07:00
parent 7aa1f121e4
commit 6dfe3e7db6
4 changed files with 27 additions and 27 deletions

View File

@ -10,7 +10,7 @@ Xkdrive \- tiny X server
.SH DESCRIPTION .SH DESCRIPTION
.B Xkdrive .B Xkdrive
is a family of X servers designed to be particularly small. This 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 .B Xkdrive
servers; for information on a specific X server, please refer to the servers; for information on a specific X server, please refer to the
relevant manual page. relevant manual page.

View File

@ -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 KMS drivers' preference (unless the framebuffer is 24 bits per pixel, in
which case the shadow framebuffer is always used). which case the shadow framebuffer is always used).
.SH SUPPORTED HARDWARE .SH SUPPORTED HARDWARE
The The
.B modesetting .B modesetting
driver supports all hardware where a KMS driver is available. driver supports all hardware where a KMS driver is available.
modesetting uses the Linux DRM KMS ioctls and dumb object create/map. modesetting uses the Linux DRM KMS ioctls and dumb object create/map.
@ -32,7 +32,7 @@ Please refer to
for general configuration details. for general configuration details.
This section only covers configuration details specific to this driver. This section only covers configuration details specific to this driver.
.PP .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 section of the config file. The
.B modesetting .B modesetting
driver can pick up the currently used video mode from the kernel 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 For PCI boards you might have to add a BusID line to the Device
section. See above for a sample line. section. See above for a sample line.
.PP .PP
The following driver The following driver
.B Options .B Options
are supported: are supported:
.TP .TP

View File

@ -2116,7 +2116,7 @@ Default: mesa.
.TP 7 .TP 7
.BI "Option \*RenderingAPI\*q \*q" string \*q .BI "Option \*RenderingAPI\*q \*q" string \*q
This option specifies an rendering API for use in conjunction with Glamor 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 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 not available. This may be useful for embedded and old cards, where GL ES
feature set works faster than GL feature set. feature set works faster than GL feature set.

View File

@ -618,46 +618,46 @@ Protocols:
.I "The X Font Service Protocol," .I "The X Font Service Protocol,"
.I "X Display Manager Control Protocol" .I "X Display Manager Control Protocol"
.PP .PP
Fonts: Fonts:
.BR bdftopcf (1), .BR bdftopcf (1),
.BR mkfontdir (1), .BR mkfontdir (1),
.BR mkfontscale (1), .BR mkfontscale (1),
.BR xfs (1), .BR xfs (1),
.BR xlsfonts (1), .BR xlsfonts (1),
.BR xfontsel (1), .BR xfontsel (1),
.BR xfd (1), .BR xfd (1),
.I "X Logical Font Description Conventions" .I "X Logical Font Description Conventions"
.PP .PP
Keyboards: Keyboards:
.BR xkeyboard\-config (@miscmansuffix@) .BR xkeyboard\-config (@miscmansuffix@)
.PP .PP
Security: Security:
.BR Xsecurity (@miscmansuffix@), .BR Xsecurity (@miscmansuffix@),
.BR xauth (1), .BR xauth (1),
.BR Xau (3), .BR Xau (3),
.BR xdm (1), .BR xdm (1),
.BR xhost (1), .BR xhost (1),
.I "Security Extension Specification" .I "Security Extension Specification"
.PP .PP
Starting the server: Starting the server:
.BR startx (1), .BR startx (1),
.BR xdm (1), .BR xdm (1),
.BR xinit (1) .BR xinit (1)
.PP .PP
Controlling the server once started: Controlling the server once started:
.BR xset (1), .BR xset (1),
.BR xsetroot (1), .BR xsetroot (1),
.BR xhost (1), .BR xhost (1),
.BR xinput (1), .BR xinput (1),
.BR xrandr (1) .BR xrandr (1)
.PP .PP
Server-specific man pages: Server-specific man pages:
.BR Xorg (1), .BR Xorg (1),
.BR Xwayland (1), .BR Xwayland (1),
.BR Xephyr (1), .BR Xephyr (1),
.BR Xnest (1), .BR Xnest (1),
.BR Xvfb (1), .BR Xvfb (1),
.BR Xquartz (1), .BR Xquartz (1),
.BR XWin (1). .BR XWin (1).
.PP .PP
Server internal documentation: Server internal documentation: