diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp b/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp index 28ba4ed72..22d90daab 100644 --- a/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp +++ b/xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp @@ -1,19 +1,19 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp,v 1.1 2000/03/03 01:05:34 dawes Exp $ -.TH ATI __drivermansuffix__ "Version 4.0" "XFree86" +.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.cpp,v 1.5 2000/06/19 15:00:55 tsi Exp $ +.\" shorthand for double quote that works everywhere. +.ds q \N'34' +.TH ATI __drivermansuffix__ "Version 4.0.1" "XFree86" .SH NAME ati \- ATI video driver .SH SYNOPSIS -.B "Section ""Device""" -.br -.BI " Identifier """ devname """" -.br -.B " Driver ""ati""" -.br +.nf +.B "Section \*qDevice\*q" +.BI " Identifier \*q" devname \*q +.B " Driver \*qati\*q" \ \ ... -.br .B EndSection +.fi .SH DESCRIPTION -.B ati +.B ati is an XFree86 driver for ATI video cards. THIS MAN PAGE NEEDS TO BE FILLED IN. .SH SUPPORTED HARDWARE @@ -25,6 +25,6 @@ Please refer to XF86Config(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this driver. .SH "SEE ALSO" -XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(1) +XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__) .SH AUTHORS Authors include: ... |