summaryrefslogtreecommitdiff
path: root/man/XtAppAddInput.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-10 20:09:29 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-11 04:19:54 -0400
commitc66f453b4089b7af7ee14be7c5f817e8dd98be1e (patch)
treeb6d7d883b468cf96f5199d865217f709e486e67a /man/XtAppAddInput.man
parenta89acaec14bd988659ebdc2ebb4b99c1eea5aa7e (diff)
downloadxorg-lib-libXt-c66f453b4089b7af7ee14be7c5f817e8dd98be1e.tar.gz
restore fixed-pitch formatting of code-examples
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppAddInput.man')
-rw-r--r--man/XtAppAddInput.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man
index b874829..3697fbd 100644
--- a/man/XtAppAddInput.man
+++ b/man/XtAppAddInput.man
@@ -120,16 +120,16 @@ XtAppAddTimeOut(__libmansuffix__),XtAppAddSignal(__libmansuffix__)
.SH "BUGS"
In ANSI C it is necessary to cast the condition to an XtPointer, e.g.:
.RS 4
-.br
+.ft CW
XtAppAddInput(app_context,
.RS 4
.br
source,
.br
-.B (XtPointer)
-(XtInputReadMask | XtInputWriteMask),
+\fB(XtPointer)\fP (XtInputReadMask | XtInputWriteMask),
.br
proc,
.br
client_data);
+.ft R
.RE