diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 | ||||
-rw-r--r-- | man/ati.man | 34 |
2 files changed, 2 insertions, 36 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index c5347d0..422794f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -27,11 +27,11 @@ drivermandir = $(DRIVER_MAN_DIR) -driverman_PRE = @DRIVER_NAME@.man r128.man +driverman_PRE = r128.man driverman_DATA = $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) -EXTRA_DIST = @DRIVER_NAME@.man r128.man +EXTRA_DIST = r128.man CLEANFILES = $(driverman_DATA) diff --git a/man/ati.man b/man/ati.man deleted file mode 100644 index d8d84eb..0000000 --- a/man/ati.man +++ /dev/null @@ -1,34 +0,0 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ati.man,v 1.2 2001/01/27 18:20:46 dawes Exp $ -.\" shorthand for double quote that works everywhere. -.ds q \N'34' -.TH ATI __drivermansuffix__ __vendorversion__ -.SH NAME -ati \- ATI video driver -.SH SYNOPSIS -.nf -.B "Section \*qDevice\*q" -.BI " Identifier \*q" devname \*q -.B " Driver \*qati\*q" -\ \ ... -.B EndSection -.fi -.SH DESCRIPTION -.B ati -is an __xservername__ wrapper driver for ATI video cards. It autodetects -whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of -chipset, and loads the radeon(__drivermansuffix__), -r128(__drivermansuffix__), or mach64 driver as -appropriate. -.SH SUPPORTED HARDWARE -The -.B ati -driver supports Radeon, Rage 128, and Mach64 and earlier chipsets by loading -those drivers. See those manpages for specific cards supported. -.SH CONFIGURATION DETAILS -Please refer to __xconfigfile__(__filemansuffix__) for general configuration -details, and the specific card driver for driver configuration details. -driver. -.SH "SEE ALSO" -__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__), r128(__drivermansuffix__), radeon(__drivermansuffix__) -.SH AUTHORS -See the individual driver pages for authors. |