Sat Oct 4 21:31:39 2008 UTC ()
Avoid referencing something that isn't defined.  Bring in the definition
from another manual page.


(cube)
diff -r1.1.1.1 -r1.2 xsrc/external/mit/libXt/dist/man/XtAppCreateShell.man

cvs diff -r1.1.1.1 -r1.2 xsrc/external/mit/libXt/dist/man/XtAppCreateShell.man (expand / switch to unified diff)

--- xsrc/external/mit/libXt/dist/man/XtAppCreateShell.man 2008/07/30 02:56:54 1.1.1.1
+++ xsrc/external/mit/libXt/dist/man/XtAppCreateShell.man 2008/10/04 21:31:38 1.2
@@ -131,26 +131,27 @@ @@ -131,26 +131,27 @@
131XtAppCreateShell, XtVaAppCreateShell \- create top-level widget instance 131XtAppCreateShell, XtVaAppCreateShell \- create top-level widget instance
132.SH SYNTAX 132.SH SYNTAX
133.HP 133.HP
134Widget XtAppCreateShell(String \fIapplication_name\fP, String 134Widget XtAppCreateShell(String \fIapplication_name\fP, String
135\fIapplication_class\fP, WidgetClass \fIwidget_class\fP, Display 135\fIapplication_class\fP, WidgetClass \fIwidget_class\fP, Display
136*\fIdisplay\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP);  136*\fIdisplay\fP, ArgList \fIargs\fP, Cardinal \fInum_args\fP);
137.HP 137.HP
138Widget XtVaAppCreateShell(String \fIapplication_name\fP, String 138Widget XtVaAppCreateShell(String \fIapplication_name\fP, String
139\fIapplication_class\fP, WidgetClass \fIwidget_class\fP, Display 139\fIapplication_class\fP, WidgetClass \fIwidget_class\fP, Display
140*\fIdisplay\fP, ...\^);  140*\fIdisplay\fP, ...\^);
141.SH ARGUMENTS 141.SH ARGUMENTS
142.IP \fIapplication_name\fP 1i 142.IP \fIapplication_name\fP 1i
143Specifies the name of the application instance. 143Specifies the name of the application instance.
 144.ds Ac , which usually is the generic name for all instances of this application
144.IP \fIapplication_class\fP 1i 145.IP \fIapplication_class\fP 1i
145Specifies the class name of this application\*(Ac. 146Specifies the class name of this application\*(Ac.
146.ds Wc \ that the application top-level widget should be 147.ds Wc \ that the application top-level widget should be
147.IP \fIwidget_class\fP 1i 148.IP \fIwidget_class\fP 1i
148Specifies the widget class\*(Wc. 149Specifies the widget class\*(Wc.
149.ds Di \ from which to get the resources 150.ds Di \ from which to get the resources
150.IP \fIdisplay\fP 1i 151.IP \fIdisplay\fP 1i
151Specifies the display\*(Di. 152Specifies the display\*(Di.
152.IP \fIargs\fP 1i 153.IP \fIargs\fP 1i
153Specifies the argument list\*(Di. 154Specifies the argument list\*(Di.
154.IP \fInum_args\fP 1i 155.IP \fInum_args\fP 1i
155Specifies the number of arguments in the argument list. 156Specifies the number of arguments in the argument list.
156.IP \fI...\fP 1i 157.IP \fI...\fP 1i