summaryrefslogtreecommitdiff
path: root/man/XtParseAcceleratorTable.man
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:54:05 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-03 09:33:55 -0700
commit5691187ced24b16a951e2b8308bcc2b65dd36eee (patch)
treef58463620ce3d96873b3bf094a9e313e2841f7f6 /man/XtParseAcceleratorTable.man
parent6c0b44caa9b424c7e05327e8ddc9273b87a0f81f (diff)
downloadxorg-lib-libXt-5691187ced24b16a951e2b8308bcc2b65dd36eee.tar.gz
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/XtParseAcceleratorTable.man')
-rw-r--r--man/XtParseAcceleratorTable.man14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/XtParseAcceleratorTable.man b/man/XtParseAcceleratorTable.man
index e54e16d..7083e0e 100644
--- a/man/XtParseAcceleratorTable.man
+++ b/man/XtParseAcceleratorTable.man
@@ -128,11 +128,11 @@
XtParseAcceleratorTable, XtInstallAccelerators, XtInstallAllAccelerators \- managing accelerator tables
.SH SYNTAX
.HP
-XtAccelerators XtParseAcceleratorTable(String \fIsource\fP);
+XtAccelerators XtParseAcceleratorTable(String \fIsource\fP);
.HP
-void XtInstallAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP);
+void XtInstallAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP);
.HP
-void XtInstallAllAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP);
+void XtInstallAllAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP);
.SH ARGUMENTS
.ds So to compile
.IP \fIsource\fP 1i
@@ -151,18 +151,18 @@ The
.ZN XtInstallAccelerators
function installs the accelerators from source onto destination
by augmenting the destination translations with the source accelerators.
-If the source display_accelerator method is non-NULL,
+If the source display_accelerator method is non-NULL,
.ZN XtInstallAccelerators
-calls it with the source widget and a string representation
+calls it with the source widget and a string representation
of the accelerator table,
-which indicates that its accelerators have been installed
+which indicates that its accelerators have been installed
and that it should display them appropriately.
The string representation of the accelerator table is its
canonical translation table representation.
.LP
The
.ZN XtInstallAllAccelerators
-function recursively descends the widget tree rooted at source
+function recursively descends the widget tree rooted at source
and installs the accelerators of each widget encountered onto destination.
A common use os to call
.ZN XtInstallAllAccelerators