diff options
author | sos <sos@FreeBSD.org> | 1997-10-16 09:12:31 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1997-10-16 09:12:31 +0000 |
commit | efcfb5d9cd2ecb3d30ec4c7701bfe737dc1b4606 (patch) | |
tree | d736232a84015df58e37ef94518b04a5811565dd /lib | |
parent | 39af6ebf220ab66e489f4472225c5c7f5d77ed76 (diff) | |
download | FreeBSD-src-efcfb5d9cd2ecb3d30ec4c7701bfe737dc1b4606.zip FreeBSD-src-efcfb5d9cd2ecb3d30ec4c7701bfe737dc1b4606.tar.gz |
Fix a couble of typos.
Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libvgl/vgl.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libvgl/vgl.3 b/lib/libvgl/vgl.3 index dacfef6..7c93c51 100644 --- a/lib/libvgl/vgl.3 +++ b/lib/libvgl/vgl.3 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: vgl.3,v 1.2 1997/08/15 12:35:02 sos Exp $ +.\" $Id: vgl.3,v 1.1 1997/08/17 21:09:35 sos Exp $ .Dd August 13, 1997 .Dt VGL 3 @@ -92,22 +92,22 @@ instead of the buildin font. Initialize the mouse. The optional onscreen mousepointer is shown if the argument is -.Em VGL_SHOWMOUSE +.Em VGL_MOUSESHOW .Ft void .Fn VGLMouseMode "int mode" Either shows the mousepointer if the argument is -.Em VGL_SHOWMOUSE +.Em VGL_MOUSESHOW , or hide the mousepointer if the argument is -.Em VGL_HIDEMOUSE +.Em VGL_MOUSEHIDE .Ft int .Fn VGLMouseStatus "int *x" "int *y" "char *buttons" -Returns the current mousepointer coordiantes and button state in +Returns the current mousepointer coordinates and button state in .Em x, y, buttons. The return value reflects if the mousepointer is currently shown on screen or not. @@ -212,7 +212,7 @@ If .Em fill is != 0, use the color .Em bgcol -as background otherwise the background is transparant. +as background otherwise the background is transparent. The character is drawn in the direction specified by the argument .Em dir |