From 0570a32d98303be2435b9837aa7fe95269eb17cd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 12 Jul 2025 15:26:23 -0700 Subject: [PATCH] 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 Part-of: --- man/vboxvideo.man | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/man/vboxvideo.man b/man/vboxvideo.man index d61a22a..ee69f8e 100644 --- a/man/vboxvideo.man +++ b/man/vboxvideo.man @@ -1,6 +1,6 @@ .\" shorthand for double quote that works everywhere. .ds q \N'34' -.TH VBOXVIDEO __drivermansuffix__ __vendorversion__ +.TH VBOXVIDEO 4 2017-10-14 __vendorversion__ .SH NAME vboxvideo \- VirtualBox video driver .SH SYNOPSIS @@ -13,15 +13,21 @@ vboxvideo \- VirtualBox video driver .fi .SH DESCRIPTION .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 The .B vboxvideo driver supports the VirtualBox virtual video card. .SH CONFIGURATION DETAILS -Please refer to __xconfigfile__(__filemansuffix__) for general configuration -details. +Please refer to +.BR xorg.conf (5) +for general configuration details. .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 Authors include: Paulo Ce\'sar Pereira de Andrade, Michael Thayer.