diff options
Diffstat (limited to 'man/XtAppAddInput.man')
-rw-r--r-- | man/XtAppAddInput.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man index 73f37a2..65adf9f 100644 --- a/man/XtAppAddInput.man +++ b/man/XtAppAddInput.man @@ -79,7 +79,7 @@ Specifies the mask that indicates a read, write, or exception condition or some operating system dependent condition. .IP \fIid\fP 1i Specifies the ID returned from the corresponding -.ZN XtAppAddInput +.BR XtAppAddInput call. .ds Pr \ to be called when input is available .IP \fIproc\fP 1i @@ -89,12 +89,12 @@ Specifies the source file descriptor on a UNIX-based system or other operating system dependent device specification. .SH DESCRIPTION The -.ZN XtAppAddInput +.BR XtAppAddInput function registers with the \*(xI read routine a new source of events, which is usually file input but can also be file output. Note that file should be loosely interpreted to mean any sink or source of data. -.ZN XtAppAddInput +.BR XtAppAddInput also specifies the conditions under which the source can generate events. When input is pending on this source, the callback procedure is called. @@ -102,12 +102,12 @@ the callback procedure is called. The legal values for the condition argument are operating-system dependent. On a UNIX-based system, the condition is some union of -.ZN XtInputReadMask , -.ZN XtInputWriteMask , +.BR XtInputReadMask , +.BR XtInputWriteMask , and -.ZN XtInputExceptMask . +.BR XtInputExceptMask . The -.ZN XtRemoveInput +.BR XtRemoveInput function causes the \*(xI read routine to stop watching for input from the input source. .SH "SEE ALSO" |