Fix typos.

This commit is contained in:
Alan Coopersmith 2005-12-19 09:18:29 +00:00
parent 137447c5f3
commit 3566307c8d
4 changed files with 14 additions and 7 deletions

View File

@ -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> 2005-12-14 Alan Coopersmith <alan.coopersmith@sun.com>
* hw/xfree86/scanpci/pci.ids: * hw/xfree86/scanpci/pci.ids:

View File

@ -233,7 +233,7 @@ may be different.
* DoneSolid - finish a solid fill * DoneSolid - finish a solid fill
* @pPixmap: Pixmap to finish * @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. * Must not fail.
* *
@ -408,7 +408,7 @@ may be different.
* memory, copy @pSrc from system memory into @pDst in framebuffer memory, * memory, copy @pSrc from system memory into @pDst in framebuffer memory,
* and adjust pDst->devKind to the pitch of the destination and * and adjust pDst->devKind to the pitch of the destination and
* pDst->devPrivate.ptr to the pointer to the area. The driver is * 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. * UploadToScratch is required to be valid at any given time.
* *
* Return TRUE for success, FALSE for failure. * Return TRUE for success, FALSE for failure.
@ -442,7 +442,7 @@ may be different.
* @pScreen: current screen * @pScreen: current screen
* *
* Return a command marker for use by WaitMarker. This is an optional * 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. * engine.
* *
* Returns an integer command id marker. * Returns an integer command id marker.

View File

@ -5,7 +5,7 @@ getconfig - meta configuration files for getconfig(1)
.B \(**.cfg .B \(**.cfg
.SH DESCRIPTION .SH DESCRIPTION
.B getconfig .B getconfig
is a programatic interface that is used by the is a programmatic interface that is used by the
.B __xservername__ .B __xservername__
server to get configuration information about video hardware when server to get configuration information about video hardware when
operating without an operating without an
@ -81,7 +81,7 @@ They include:
.PP .PP
The The
.B $weight .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 weight for subsequent rules may be set with a pseudo rule that sets or
changes the value of changes the value of
.BR $weight . .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 weighting of the rules is used to determine their relative priority
.PP .PP
After processing all of the rules, both built-in and those read from 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 .B getconfig
program chooses as the successful rule the last and highest weighted program chooses as the successful rule the last and highest weighted
rule that evaluates to true. rule that evaluates to true.

View File

@ -7,7 +7,7 @@ getconfig - get configuration information for the __xservername__ server
.IR ... ] .IR ... ]
.SH DESCRIPTION .SH DESCRIPTION
.B getconfig .B getconfig
is a programatic interface that is used by the is a programmatic interface that is used by the
.B __xservername__ .B __xservername__
server to get configuration information about video hardware when server to get configuration information about video hardware when
operating without an operating without an