diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-01 16:28:45 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-12-02 23:34:22 -0800 |
commit | 78af5d81e818f4ac2fb43d9683fa634b3d1f7fc5 (patch) | |
tree | 22bf558654d88a79708a397f7c00f365cd605e0b | |
parent | e40841ce5afa0678b74b9eff37c7d304758309b6 (diff) |
Update See Also lists in Xorg & xorg.conf man pages
Remove xorgconfig & xorgcfg
Update driver lists:
- Remove vga
- i810->intel
- via->openchrome
(cherry picked from commit 24c562f04b41d219c34f5fa3f963564accf329f2)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | hw/xfree86/doc/man/Xorg.man.pre | 6 | ||||
-rw-r--r-- | hw/xfree86/doc/man/xorg.conf.man.pre | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/hw/xfree86/doc/man/Xorg.man.pre b/hw/xfree86/doc/man/Xorg.man.pre index c1baefe69..95f631152 100644 --- a/hw/xfree86/doc/man/Xorg.man.pre +++ b/hw/xfree86/doc/man/Xorg.man.pre @@ -577,7 +577,7 @@ Initial access control list for display .IR n . .SH "SEE ALSO" X(__miscmansuffix__), Xserver(__appmansuffix__), xdm(__appmansuffix__), xinit(__appmansuffix__), -__xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), xorgcfg(__appmansuffix__), xvidtune(__appmansuffix__), +__xconfigfile__(__filemansuffix__), xvidtune(__appmansuffix__), apm(__drivermansuffix__), ati(__drivermansuffix__), chips(__drivermansuffix__), @@ -588,12 +588,13 @@ glide(__drivermansuffix__), glint(__drivermansuffix__), i128(__drivermansuffix__), i740(__drivermansuffix__), -i810(__drivermansuffix__), imstt(__drivermansuffix__), +intel(__drivermansuffix__), mga(__drivermansuffix__), neomagic(__drivermansuffix__), nsc(__drivermansuffix__), nv(__drivermansuffix__), +openchrome (__drivermansuffix__), r128(__drivermansuffix__), rendition(__drivermansuffix__), s3virge(__drivermansuffix__), @@ -612,7 +613,6 @@ trident(__drivermansuffix__), tseng(__drivermansuffix__), v4l(__drivermansuffix__), vesa(__drivermansuffix__), -vga(__drivermansuffix__), vmware(__drivermansuffix__), .br Web site diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index 3baa7fb4c..d1a92d9ee 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -2162,7 +2162,7 @@ General: .PP Display drivers: .BR apm (__drivermansuffix__), -.\" .BR ati (__drivermansuffix__), +.BR ati (__drivermansuffix__), .BR chips (__drivermansuffix__), .BR cirrus (__drivermansuffix__), .BR cyrix (__drivermansuffix__), @@ -2171,11 +2171,12 @@ Display drivers: .BR glint (__drivermansuffix__), .BR i128 (__drivermansuffix__), .BR i740 (__drivermansuffix__), -.BR i810 (__drivermansuffix__), .BR imstt (__drivermansuffix__), +.BR intel (__drivermansuffix__), .BR mga (__drivermansuffix__), .BR neomagic (__drivermansuffix__), .BR nv (__drivermansuffix__), +.BR openchrome (__drivermansuffix__), .BR r128 (__drivermansuffix__), .BR rendition (__drivermansuffix__), .BR savage (__drivermansuffix__), @@ -2194,8 +2195,6 @@ Display drivers: .BR trident (__drivermansuffix__), .BR tseng (__drivermansuffix__), .BR vesa (__drivermansuffix__), -.BR vga (__drivermansuffix__), -.BR via (__drivermansuffix__), .BR vmware (__drivermansuffix__). .PP Input drivers: |