summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.