diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:54:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-03 09:33:55 -0700 |
commit | 5691187ced24b16a951e2b8308bcc2b65dd36eee (patch) | |
tree | f58463620ce3d96873b3bf094a9e313e2841f7f6 /man/XtAppAddInput.man | |
parent | 6c0b44caa9b424c7e05327e8ddc9273b87a0f81f (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XtAppAddInput.man')
-rw-r--r-- | man/XtAppAddInput.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man index 235e55f..2c0bf9d 100644 --- a/man/XtAppAddInput.man +++ b/man/XtAppAddInput.man @@ -130,9 +130,9 @@ XtAppAddInput, XtRemoveInput \- register and remove an input source .HP XtInputId XtAppAddInput(XtAppContext \fIapp_context\fP, int \fIsource\fP, XtPointer \fIcondition\fP, XtInputCallbackProc \fIproc\fP, XtPointer -\fIclient_data\fP); +\fIclient_data\fP); .HP -void XtRemoveInput(XtInputId \fIid\fP); +void XtRemoveInput(XtInputId \fIid\fP); .SH ARGUMENTS .ds Co that identifies the application .IP \fIapp_context\fP 1i @@ -159,7 +159,7 @@ The .ZN 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 +Note that file should be loosely interpreted to mean any sink or source of data. .ZN XtAppAddInput also specifies the conditions under which the source can generate events. @@ -188,7 +188,7 @@ XtAppAddTimeOut(__libmansuffix__),XtAppAddSignal(__libmansuffix__) In ANSI C it is necessary to cast the condition to an XtPointer, e.g.: .RS 4 .br -XtAppAddInput(app_context, +XtAppAddInput(app_context, .RS 4 .br source, |