summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2004-03-27 07:08:16 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2004-03-27 07:08:16 +0000
commit84adc60cae8e944777563501dd633622a28bdb3b (patch)
tree42b381a64a0168eef5e0f8ea26ab41b27394d8e6
parent8e74d251d3f53c34e899e606237320890703a640 (diff)
downloadxorg-lib-libX11-84adc60cae8e944777563501dd633622a28bdb3b.tar.gz
Fix typo (IsModiferKey should be IsModifierKey)XORG-RELEASE-1-TM-MERGE
-rw-r--r--man/IsCursorKey.man5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/IsCursorKey.man b/man/IsCursorKey.man
index 4d36bbef..1673b964 100644
--- a/man/IsCursorKey.man
+++ b/man/IsCursorKey.man
@@ -1,3 +1,4 @@
+.\" $XdotOrg: lib/X11/man/IsCursorKey.man,v 1.1.4.2.6.2 2004-03-27 07:08:16 alanc Exp $
.\" Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium
.\"
.\" Permission is hereby granted, free of charge, to any person obtaining
@@ -142,7 +143,7 @@
.ny0
.TH IsCursorKey 3X11 __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
-IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModiferKey, IsPFKey, IsPrivateKeypadKey \- keysym classification macros
+IsCursorKey, IsFunctionKey, IsKeypadKey, IsMiscFunctionKey, IsModifierKey, IsPFKey, IsPrivateKeypadKey \- keysym classification macros
.SH SYNTAX
int IsCursorKey\^(\^KeySym \fIkeysym\fP\^);
.LP
@@ -187,7 +188,7 @@ macro returns
if the specified KeySym is a miscellaneous function key.
.LP
The
-.ZN IsModiferKey
+.ZN IsModifierKey
macro returns
.ZN True
if the specified KeySym is a modifier key.