summaryrefslogtreecommitdiff
path: root/man/XtAppAddBlockHook.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 19:49:35 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:44 -0400
commita89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (patch)
tree629bfd55ce052bfcd485b7c86d70b13bf169e335 /man/XtAppAddBlockHook.man
parentcf9e8c73c4ffa671d580938c9a84d6ef0bd2710d (diff)
downloadxorg-lib-libXt-a89acaec14bd988659ebdc2ebb4b99c1eea5aa7e.tar.gz
The ".BR" macro is used to join bold/regular text.
Use ".B" when only bold is intended. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppAddBlockHook.man')
-rw-r--r--man/XtAppAddBlockHook.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtAppAddBlockHook.man b/man/XtAppAddBlockHook.man
index a6e317a..5f0f479 100644
--- a/man/XtAppAddBlockHook.man
+++ b/man/XtAppAddBlockHook.man
@@ -72,17 +72,17 @@ Specifies the block hook procedure.
.IP \fInum_args\fP 1i
Specifies the application-specific data to be passed to the block hook.
.SH DESCRIPTION
-.BR XtAppAddBlockHook
+.B XtAppAddBlockHook
registers the specified procedure and returns an identifier for it.
The hook is called at any time in the future when the Intrinsics are
about to block pending some input.
.LP
Block hook procedures are removed automatically and the
-.BR XtBlockHookId
+.B XtBlockHookId
is destroyed when the application context in which they were added is
destroyed.
.LP
-.BR XtRemoveBlockHook
+.B XtRemoveBlockHook
removes the specified block hook procedure from the list in which it
was registered.
.SH "SEE ALSO"