diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2004-03-27 07:08:16 +0000 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2004-03-27 07:08:16 +0000 |
commit | 84adc60cae8e944777563501dd633622a28bdb3b (patch) | |
tree | 42b381a64a0168eef5e0f8ea26ab41b27394d8e6 | |
parent | 8e74d251d3f53c34e899e606237320890703a640 (diff) |
Fix typo (IsModiferKey should be IsModifierKey)XORG-RELEASE-1-TM-MERGE
-rw-r--r-- | man/IsCursorKey.man | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/IsCursorKey.man b/man/IsCursorKey.man index 4d36bbe..1673b96 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. |