summaryrefslogtreecommitdiff
path: root/man/XtSetKeyTranslator.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
committerWalter Harms <wharms@bfs.de>2019-04-02 22:50:51 +0200
commit7caf7f47d473e92cf0fc36bf03720765916c17be (patch)
treefc94f08c87a1c4a8655bf9e0afa463322887cf89 /man/XtSetKeyTranslator.man
parent3b5b654d5b539364a2f19b5206a79fb2e13f810f (diff)
downloadxorg-lib-libXt-7caf7f47d473e92cf0fc36bf03720765916c17be.tar.gz
replace .ZN with .BR
By replacing we do two things: 1. this fixes the troff behavier 2. this moves us closer to std. man pages 3. after this patch the macro ZN can be deleted Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XtSetKeyTranslator.man')
-rw-r--r--man/XtSetKeyTranslator.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtSetKeyTranslator.man b/man/XtSetKeyTranslator.man
index 744ed25..ced6f29 100644
--- a/man/XtSetKeyTranslator.man
+++ b/man/XtSetKeyTranslator.man
@@ -101,12 +101,12 @@ Specifies the first KeySym for which this converter is valid.
Specifies the last KeySym for which this converter is valid.
.SH DESCRIPTION
The
-.ZN XtSetKeyTranslator
+.BR XtSetKeyTranslator
function sets the specified procedure as the current key translator.
The default translator is
-.ZN XtTranslateKey ,
+.BR XtTranslateKey ,
an
-.ZN XtKeyProc
+.BR XtKeyProc
that uses Shift and Lock modifiers with the interpretations defined
by the core protocol.
It is provided so that new translators can call it to get default
@@ -114,12 +114,12 @@ KeyCode-to-KeySym translations and so that the default translator
can be reinstalled.
.LP
The
-.ZN XtTranslateKeycode
+.BR XtTranslateKeycode
function passes the specified arguments
directly to the currently registered KeyCode to KeySym translator.
.LP
The
-.ZN XtRegisterCaseConverter
+.BR XtRegisterCaseConverter
registers the specified case converter.
The start and stop arguments provide the inclusive range of KeySyms
for which this converter is to be called.
@@ -132,10 +132,10 @@ The default converter understands case conversion for all
KeySyms defined in the core protocol.
.LP
The
-.ZN XtConvertCase
+.BR XtConvertCase
function calls the appropriate converter and returns the results.
A user-supplied
-.ZN XtKeyProc
+.BR XtKeyProc
may need to use this function.
.SH "SEE ALSO"
.br