summaryrefslogtreecommitdiff
path: root/man/XtNameToWidget.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/XtNameToWidget.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/XtNameToWidget.man')
-rw-r--r--man/XtNameToWidget.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/XtNameToWidget.man b/man/XtNameToWidget.man
index 042e540..574b279 100644
--- a/man/XtNameToWidget.man
+++ b/man/XtNameToWidget.man
@@ -128,9 +128,9 @@
XtNameToWidget, XtWindowToWidget \- translating strings to widgets or widgets to windows
.SH SYNTAX
.HP
-Widget XtNameToWidget(Widget \fIreference\fP, String \fInames\fP);
+Widget XtNameToWidget(Widget \fIreference\fP, String \fInames\fP);
.HP
-Widget XtWindowToWidget(Display *\fIdisplay\fP, Window \fIwindow\fP);
+Widget XtWindowToWidget(Display *\fIdisplay\fP, Window \fIwindow\fP);
.SH ARGUMENTS
.ds Di \ on which the window is defined
.IP \fIdisplay\fP 1i
@@ -154,9 +154,9 @@ If it cannot find the specified widget,
.ZN XtNameToWidget
returns NULL.
.LP
-Note that the names argument contains the name of a widget with respect to the
+Note that the names argument contains the name of a widget with respect to the
specified reference widget and can contain more than one widget name
-(separated by periods) for widgets that are not direct children
+(separated by periods) for widgets that are not direct children
of the specified reference widget.
.LP
If more than one child of the reference widget matches the name,