|
Description
|
From X.org defect report #8331:
Man Pages for XtOpenApplication/XtVaOpenApplication,
XtAppInitialize/XtVaAppInitialize say the first parameter to those
functions is:
XtAppContext app_context_return;
This is obviously wrong; description in intrinsics.PS is correct:
XtAppContext *app_context_return;
Furthermore, my XtOpenApplication man-page says "see also:
XtOpenApplication". Not very troublesome, but not very aesthetic
either.
These problems are also present in the Solaris versions of the man pages.
|