aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-12-23 16:56:27 +0000
committerBruce Evans <bde@FreeBSD.org>1999-12-23 16:56:27 +0000
commita0d660c26bd4d6b0b55c0f0c54f99ca1a1bc1618 (patch)
tree7b515a33fa1cd1540be61bf2c690445eb9670ed3 /lib
parentd3f0d184db878e8049f861098fe4b7fdab5edc45 (diff)
downloadsrc-a0d660c26bd4d6b0b55c0f0c54f99ca1a1bc1618.tar.gz
src-a0d660c26bd4d6b0b55c0f0c54f99ca1a1bc1618.zip
Fixed missing #include in synopsis.
Fixed misspelling of VGLPanScreen in its prototype. Fixed missing installation of link to VGLPanScreen.3.
Notes
Notes: svn path=/head/; revision=55043
Diffstat (limited to 'lib')
-rw-r--r--lib/libvgl/Makefile1
-rw-r--r--lib/libvgl/vgl.33
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile
index 11b0b7533469..cde6026f14bd 100644
--- a/lib/libvgl/Makefile
+++ b/lib/libvgl/Makefile
@@ -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 \
diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3
index adc349b3c507..79f7072c58be 100644
--- a/lib/libvgl/vgl.3
+++ b/lib/libvgl/vgl.3
@@ -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