Fix typos.
This commit is contained in:
parent
137447c5f3
commit
3566307c8d
|
@ -1,3 +1,10 @@
|
|||
2005-12-19 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* hw/xfree86/doc/devel/exa-driver.txt:
|
||||
* hw/xfree86/getconfig/cfg.man.pre:
|
||||
* hw/xfree86/getconfig/getconfig.man.pre:
|
||||
Fix typos.
|
||||
|
||||
2005-12-14 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* hw/xfree86/scanpci/pci.ids:
|
||||
|
|
|
@ -233,7 +233,7 @@ may be different.
|
|||
* DoneSolid - finish a solid fill
|
||||
* @pPixmap: Pixmap to finish
|
||||
*
|
||||
* Finish the solid fills done in the preceeding Solid calls.
|
||||
* Finish the solid fills done in the preceding Solid calls.
|
||||
*
|
||||
* Must not fail.
|
||||
*
|
||||
|
@ -408,7 +408,7 @@ may be different.
|
|||
* memory, copy @pSrc from system memory into @pDst in framebuffer memory,
|
||||
* and adjust pDst->devKind to the pitch of the destination and
|
||||
* pDst->devPrivate.ptr to the pointer to the area. The driver is
|
||||
* responsbile for syncing UploadToScratch. Only data from the last
|
||||
* responsible for syncing UploadToScratch. Only data from the last
|
||||
* UploadToScratch is required to be valid at any given time.
|
||||
*
|
||||
* Return TRUE for success, FALSE for failure.
|
||||
|
@ -442,7 +442,7 @@ may be different.
|
|||
* @pScreen: current screen
|
||||
*
|
||||
* Return a command marker for use by WaitMarker. This is an optional
|
||||
* optmization that can keep WaitMarker from having to idle the whole
|
||||
* optimization that can keep WaitMarker from having to idle the whole
|
||||
* engine.
|
||||
*
|
||||
* Returns an integer command id marker.
|
||||
|
|
|
@ -5,7 +5,7 @@ getconfig - meta configuration files for getconfig(1)
|
|||
.B \(**.cfg
|
||||
.SH DESCRIPTION
|
||||
.B getconfig
|
||||
is a programatic interface that is used by the
|
||||
is a programmatic interface that is used by the
|
||||
.B __xservername__
|
||||
server to get configuration information about video hardware when
|
||||
operating without an
|
||||
|
@ -81,7 +81,7 @@ They include:
|
|||
.PP
|
||||
The
|
||||
.B $weight
|
||||
variable deterines the weight of the rules as they are processed. The
|
||||
variable determines the weight of the rules as they are processed. The
|
||||
weight for subsequent rules may be set with a pseudo rule that sets or
|
||||
changes the value of
|
||||
.BR $weight .
|
||||
|
@ -90,7 +90,7 @@ meta-configuration files are processed in an unpredictable order. The
|
|||
weighting of the rules is used to determine their relative priority
|
||||
.PP
|
||||
After processing all of the rules, both built-in and those read from
|
||||
the meta-configration files, the
|
||||
the meta-configuration files, the
|
||||
.B getconfig
|
||||
program chooses as the successful rule the last and highest weighted
|
||||
rule that evaluates to true.
|
||||
|
|
|
@ -7,7 +7,7 @@ getconfig - get configuration information for the __xservername__ server
|
|||
.IR ... ]
|
||||
.SH DESCRIPTION
|
||||
.B getconfig
|
||||
is a programatic interface that is used by the
|
||||
is a programmatic interface that is used by the
|
||||
.B __xservername__
|
||||
server to get configuration information about video hardware when
|
||||
operating without an
|
||||
|
|
Loading…
Reference in New Issue