summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:32 +0000
committerEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:32 +0000
commitc00e2f13b2526a3c5d2582396b98ad1e7ea3925a (patch)
tree71d0fad5ec325073a71b17e991cebf2d618fa167
parentfbd1d4d5043418cd05cedd3bfbf8ae1cd0b7f9a3 (diff)
Merge the new release from HEADXACE-SELINUX
-rw-r--r--README.sgml11
-rw-r--r--man/i740.man6
-rw-r--r--src/i740_driver.c2
3 files changed, 10 insertions, 9 deletions
diff --git a/README.sgml b/README.sgml
index 07d09c1..c22ff9d 100644
--- a/README.sgml
+++ b/README.sgml
@@ -1,4 +1,4 @@
-<!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN" [
+<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
<!ENTITY % defs SYSTEM "defs.ent"> %defs;
]>
@@ -7,7 +7,6 @@
<author>Precision Insight, Inc.
<date>18 February 1999
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i740.sgml,v 1.2 1999/08/23 06:18:34 dawes Exp $
</ident>
<toc>
@@ -90,14 +89,14 @@ $XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i740.sgml,v 1.2 1999/08/23 06:
<p>
The driver auto-detects all device information necessary to
initialize the card. The only lines you need in the "Device"
-section of your XF86Config file are:
+section of your xorg.conf file are:
<verb>
Section "Device"
Identifier "Intel i740"
Driver "i740"
EndSection
</verb>
-or let <tt>xf86config</tt> do this for you.
+or let <tt>xorgconfig</tt> do this for you.
However, if you have problems with auto-detection, you can specify:
<itemize>
@@ -141,7 +140,9 @@ if it is incorrectly detected.
<item>Daryll Strauss <email>daryll@precisioninsight.com</email>
</itemize>
-This driver was donated to The XFree86 Project by:
+The X11R&relvers; version of this driver originally came from XFree86 4.4 rc2.
+
+The XFree86 version of this driver was donated to The XFree86 Project by:
<verb>
Precision Insight, Inc.
Cedar Park, TX
diff --git a/man/i740.man b/man/i740.man
index ecb8308..96fd1d1 100644
--- a/man/i740.man
+++ b/man/i740.man
@@ -14,17 +14,17 @@ i740 \- Intel i740 video driver
.fi
.SH DESCRIPTION
.B i740
-is an XFree86 driver for Intel i740 video cards.
+is an __xservername__ driver for Intel i740 video cards.
THIS MAN PAGE NEEDS TO BE FILLED IN.
.SH SUPPORTED HARDWARE
The
.B i740
driver supports...
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(__filemansuffix__) for general configuration
+Please refer to __xconfigfile__(__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(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: ...
diff --git a/src/i740_driver.c b/src/i740_driver.c
index 4f52953..7af3c83 100644
--- a/src/i740_driver.c
+++ b/src/i740_driver.c
@@ -286,7 +286,7 @@ static XF86ModuleVersionInfo i740VersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
I740_MAJOR_VERSION, I740_MINOR_VERSION, I740_PATCHLEVEL,
ABI_CLASS_VIDEODRV,
ABI_VIDEODRV_VERSION,