summaryrefslogtreecommitdiff
path: root/lib/libXt/man/XtNameToWidget.man
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 16:45:50 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-03-10 16:45:50 +0000
commitcc7d66bfcf0d3305ee962a167dd9f4338266ebec (patch)
treebae58760726ce0b349447cac2b5c1859c4737c0f /lib/libXt/man/XtNameToWidget.man
parenta5008d58b42532ef26fa9a62407a31e9991a0e39 (diff)
Update to libXt 1.1.2
Diffstat (limited to 'lib/libXt/man/XtNameToWidget.man')
-rw-r--r--lib/libXt/man/XtNameToWidget.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libXt/man/XtNameToWidget.man b/lib/libXt/man/XtNameToWidget.man
index 042e54005..574b2793c 100644
--- a/lib/libXt/man/XtNameToWidget.man
+++ b/lib/libXt/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,