diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 15:37:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 15:37:46 -0400 |
commit | d10e295117fdde9a085f12d90cab1adb978450bb (patch) | |
tree | 36d3dd4d0b89e5bb0b8d2bbcecaddcc746fa2e22 /man | |
parent | 3f13df93468658cd48bb63a2d836c60d62494e4a (diff) |
The last commit removed "IN" macro, but not the lines which used it.
Diffstat (limited to 'man')
-rw-r--r-- | man/XtCreatePopupShell.man | 1 | ||||
-rw-r--r-- | man/XtResolvePathname.man | 1 | ||||
-rw-r--r-- | man/XtSetValues.man | 1 |
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. |