summaryrefslogtreecommitdiff
path: root/man/XtGetKeysymTable.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XtGetKeysymTable.man')
-rw-r--r--man/XtGetKeysymTable.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtGetKeysymTable.man b/man/XtGetKeysymTable.man
index 4693b28..9d50f4e 100644
--- a/man/XtGetKeysymTable.man
+++ b/man/XtGetKeysymTable.man
@@ -86,17 +86,17 @@ or NULL if \fIkeycount_return\fP is 0.
.IP \fIkeycount_return\fP 1i
Returns the number of KeyCodes in the keycode list.
.SH DESCRIPTION
-.BR XtGetKeysymTable
+.B XtGetKeysymTable
returns a pointer to the Intrinsics' copy of the server's KeyCode-to-KeySym
table. This table must not be modified.
.LP
The
-.BR XtKeysymToKeycodeList
+.B XtKeysymToKeycodeList
procedure returns all the KeyCodes that have \fIkeysym\fP in their
entry for the keyboard mapping table associated with \fIdisplay\fP.
The caller should free the storage pointed to by \fIkeycodes_return\fP
using
-.BR XtFree
+.B XtFree
when it is no longer useful.
.SH "SEE ALSO"
.br