summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-16 15:37:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-16 15:37:46 -0400
commitd10e295117fdde9a085f12d90cab1adb978450bb (patch)
tree36d3dd4d0b89e5bb0b8d2bbcecaddcc746fa2e22 /man
parent3f13df93468658cd48bb63a2d836c60d62494e4a (diff)
downloadxorg-lib-libXt-d10e295117fdde9a085f12d90cab1adb978450bb.tar.gz
The last commit removed "IN" macro, but not the lines which used it.
Diffstat (limited to 'man')
-rw-r--r--man/XtCreatePopupShell.man1
-rw-r--r--man/XtResolvePathname.man1
-rw-r--r--man/XtSetValues.man1
3 files changed, 0 insertions, 3 deletions
diff --git a/man/XtCreatePopupShell.man b/man/XtCreatePopupShell.man
index 2f07369..395fdee 100644
--- a/man/XtCreatePopupShell.man
+++ b/man/XtCreatePopupShell.man
@@ -63,7 +63,6 @@ The
function ensures that the specified class is a subclass of
.B Shell
and, rather than using insert_child to attach the widget to the parent's
-.IN "insert_child procedure"
children list, attaches the shell to the parent's pop-ups list directly.
.LP
A spring-loaded pop-up invoked from a translation table already must exist
diff --git a/man/XtResolvePathname.man b/man/XtResolvePathname.man
index e115129..402be77 100644
--- a/man/XtResolvePathname.man
+++ b/man/XtResolvePathname.man
@@ -70,7 +70,6 @@ for the specified display.
To set the
language for all applications specify ``*xnlLanguage: \fIlang\fP'' in the
resource database.
-.IN "xnlLanguage"
The format and content of the language string are
implementation-defined. One suggested syntax is to compose
the language string of three parts; a ``language part'', a
diff --git a/man/XtSetValues.man b/man/XtSetValues.man
index d5a8673..df84f12 100644
--- a/man/XtSetValues.man
+++ b/man/XtSetValues.man
@@ -92,7 +92,6 @@ value (if no new value is specified) to a new widget data record.
.B XtSetValues
then calls the set_values procedures for the widget in superclass-to-subclass
order.
-.IN "hook"
If the widget has any non-NULL set_values_hook fields,
these are called immediately after the
corresponding set_values procedure.