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-video-vbox/-/merge_requests/10>
This commit is contained in:
Alan Coopersmith
2025-07-12 15:26:23 -07:00
parent ec4bc6b8e9
commit 0570a32d98

View File

@@ -1,6 +1,6 @@
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH VBOXVIDEO __drivermansuffix__ __vendorversion__ .TH VBOXVIDEO 4 2017-10-14 __vendorversion__
.SH NAME .SH NAME
vboxvideo \- VirtualBox video driver vboxvideo \- VirtualBox video driver
.SH SYNOPSIS .SH SYNOPSIS
@@ -13,15 +13,21 @@ vboxvideo \- VirtualBox video driver
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
.B vboxvideo .B vboxvideo
is an __xservername__ driver for the VirtualBox virtual video card. is an
.B Xorg
driver for the VirtualBox virtual video card.
.SH SUPPORTED HARDWARE .SH SUPPORTED HARDWARE
The The
.B vboxvideo .B vboxvideo
driver supports the VirtualBox virtual video card. driver supports the VirtualBox virtual video card.
.SH CONFIGURATION DETAILS .SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration Please refer to
details. .BR xorg.conf (5)
for general configuration details.
.SH "SEE ALSO" .SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__) .BR Xorg (1),
.BR Xserver (1),
.BR xorg.conf (5),
.BR X (7)
.SH AUTHORS .SH AUTHORS
Authors include: Paulo Ce\'sar Pereira de Andrade, Michael Thayer. Authors include: Paulo Ce\'sar Pereira de Andrade, Michael Thayer.