Fixed missing #include in synopsis.

Fixed misspelling of VGLPanScreen in its prototype.
Fixed missing installation of link to VGLPanScreen.3.
This commit is contained in:
Bruce Evans 1999-12-23 16:56:27 +00:00
parent d3f0d184db
commit a0d660c26b
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \
vgl.3 VGLMouseSetImage.3 \
vgl.3 VGLMouseSetStdImage.3 \
vgl.3 VGLMouseStatus.3 \
vgl.3 VGLPanScreen.3 \
vgl.3 VGLSetBorder.3 \
vgl.3 VGLSetPalette.3 \
vgl.3 VGLSetPaletteIndex.3 \

View File

@ -63,6 +63,7 @@
.Nm VGLTextSetFontFile
.Nd Video Graphics Library functions (libvgl)
.Sh SYNOPSIS
.Fd #include <machine/console.h>
.Fd #include <vgl.h>
.Ft int
.Fn VGLInit "int mode"
@ -125,7 +126,7 @@
.Ft int
.Fn VGLSetVScreenSize "VGLBitmap *object" "int vxsize" "int vysize"
.Ft int
.Fn VGLPanSreen "VGLBitmap *object" "int x" "int y"
.Fn VGLPanScreen "VGLBitmap *object" "int x" "int y"
.Ft void
.Fn VGLBlankDisplay "int blank"
.Sh DESCRIPTION