diff options
author | Alexander Gottwald <ago@freedesktop.org> | 2004-03-29 12:18:00 +0000 |
---|---|---|
committer | Alexander Gottwald <ago@freedesktop.org> | 2004-03-29 12:18:00 +0000 |
commit | 4ee12ddcfa3df8e96e4c6294ee1f27d1f3c9fa50 (patch) | |
tree | 77d2bb322d20a3e99ba652295670ae2692cda94e | |
parent | fe435f233b2b376a2fc0688056626d1e83bacb95 (diff) |
merge with XORG-RELEASE-1
-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..742ee24 100644 --- a/man/IsCursorKey.man +++ b/man/IsCursorKey.man @@ -1,3 +1,4 @@ +.\" $XdotOrg: lib/X11/man/IsCursorKey.man,v 1.1.4.2.2.2 2004-03-29 12:18:00 ago 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. |