More spelling fixes.

This commit is contained in:
Ruslan Ermilov 2001-08-07 12:47:57 +00:00
parent 44220250d0
commit d0097656de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81236

View File

@ -11,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. The name of the author may not be used to endorse or promote products
.\" derived from this software withough specific prior written permission.
.\" derived from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@ -404,7 +404,7 @@ must be
Passing a in-memory bitmap to this function results in error.
.Pp
.Fn VGLBlankDisplay
blank the display if the argment
blank the display if the argument
.Va blank
!= 0. This can be done to shut off the screen during display updates that
the user should first see when it's done.
@ -428,7 +428,7 @@ have a flag to indicate signal's delivery.
Your signal handlers set this flag but do not terminate
the program immediately.
The main part of the program checks the flag to see if it is
supporsed to terminate, and call
supposed to terminate, and calls
.Fn VGLEnd
and
.Xr exit 3