diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-06-01 13:45:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-06-01 13:45:01 -0700 |
commit | 7c5cf4b4ebabda19dbb6cdd29dc311a45d8ebca3 (patch) | |
tree | 4e5723dc8445a1707956d241dda1cb393011e1ab | |
parent | 4fd0309834deca78e5ef6cad5ecba8864a308ba5 (diff) |
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-i128/-/merge_requests/10>
-rw-r--r-- | man/i128.man | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/man/i128.man b/man/i128.man index a8e2e54..c2ba7a5 100644 --- a/man/i128.man +++ b/man/i128.man @@ -1,8 +1,8 @@ .\" shorthand for double quote that works everywhere. .ds q \N'34' -.TH I128 __drivermansuffix__ __vendorversion__ +.TH I128 __drivermansuffix__ 2009-01-09 __vendorversion__ .SH NAME -i128 \- Number 9 I128 __xservername__ video driver +i128 \- Number 9 I128 Xorg video driver .SH SYNOPSIS .nf .B "Section \*qDevice\*q" @@ -12,11 +12,11 @@ i128 \- Number 9 I128 __xservername__ video driver .B EndSection .fi .SH DESCRIPTION -.B i128 -is an __xservername__ driver for Number 9 I128 video cards. The driver is -accelerated and provides support for all versions of the I128 chip family, -including the SGI flatpanel configuration. Multi-head configurations are -supported. +.B i128 +is an Xorg driver for Number 9 I128 video cards. +The driver is accelerated and provides support for all versions of the +I128 chip family, including the SGI flatpanel configuration. +Multi-head configurations are supported. .SH SUPPORTED HARDWARE The .B i128 @@ -33,9 +33,10 @@ Ticket 2 Ride .B I128-T2R4 Ticket 2 Ride IV .SH CONFIGURATION DETAILS -Please refer to __xconfigfile__(__filemansuffix__) for general configuration -details. This section only covers configuration details specific to this -driver. +Please refer to +.BR xorg.conf (__filemansuffix__) +for general configuration details. +This section only covers configuration details specific to this driver. .PP The driver auto-detects the chipset type and may not be overridden. .PP @@ -47,10 +48,12 @@ The following driver are supported: .TP .BI "Option \*qHWCursor\*q \*q" boolean \*q -Enable or disable the HW cursor. Default: on. +Enable or disable the HW cursor. +Default: on. .TP .BI "Option \*qNoAccel\*q \*q" boolean \*q -Disable or enable acceleration. Default: acceleration is enabled. +Disable or enable acceleration. +Default: acceleration is enabled. .TP .BI "Option \*qSyncOnGreen\*q \*q" boolean \*q Enable or disable combining the sync signals with the green signal. @@ -64,6 +67,9 @@ Default: false. This turns on verbose debug information from the driver. Default: off. .SH "SEE ALSO" -__xservername__(1), __xconfigfile__(__filemansuffix__), Xserver(1), X(__miscmansuffix__) +.BR Xorg (1), +.BR xorg.conf (__filemansuffix__), +.BR Xserver (1), +.BR X (__miscmansuffix__) .SH AUTHORS Authors include: Robin Cutshaw (driver), Galen Brooks (flatpanel support). |