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/XtAddExposureToRegion.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/XtAddExposureToRegion.man')
-rw-r--r-- | man/XtAddExposureToRegion.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAddExposureToRegion.man b/man/XtAddExposureToRegion.man index df10262..3926b0d 100644 --- a/man/XtAddExposureToRegion.man +++ b/man/XtAddExposureToRegion.man @@ -128,7 +128,7 @@ XtAddExposureToRegion \- merge exposure events into a region .SH SYNTAX .HP -void XtAddExposureToRegion(XEvent *\fIevent\fP, Region \fIregion\fP); +void XtAddExposureToRegion(XEvent *\fIevent\fP, Region \fIregion\fP); .SH ARGUMENTS .IP \fIevent\fP 1i Specifies a pointer to the @@ -153,7 +153,7 @@ event, .ZN XtAddExposureToRegion returns without an error and without modifying region. .LP -This function is used by the exposure compression mechanism +This function is used by the exposure compression mechanism (see Section 7.9.3). .SH "SEE ALSO" .br |