diff options
Diffstat (limited to 'man/XtParseAcceleratorTable.man')
-rw-r--r-- | man/XtParseAcceleratorTable.man | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/XtParseAcceleratorTable.man b/man/XtParseAcceleratorTable.man index b01400c..718c1ea 100644 --- a/man/XtParseAcceleratorTable.man +++ b/man/XtParseAcceleratorTable.man @@ -68,14 +68,12 @@ void XtInstallAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP); .HP void XtInstallAllAccelerators(Widget \fIdestination\fP, Widget \fIsource\fP); .SH ARGUMENTS -.ds So to compile .IP \fIsource\fP 1i -Specifies the accelerator table \*(So. +Specifies the accelerator table to compile. .IP \fIdestination\fP 1i Specifies the widget on which the accelerators are to be installed. -.ds Sr widget or the root widget of the widget tree .IP \fIsource\fP 1i -Specifies the \*(Sr from which the accelerators are to come. +Specifies the widget or the root widget of the widget tree from which the accelerators are to come. .SH DESCRIPTION The .BR XtParseAcceleratorTable |