From 9e20ad96cdf98b259a96d4b117a584c5bf258796 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 19 Jul 2025 13:11:39 -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/void.man | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/man/void.man b/man/void.man index b04fdf3..25dc0b5 100644 --- a/man/void.man +++ b/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).