OpenSolaris

Printable Version Enter a New Search
Bug ID 4400050
Synopsis [X.org defect #8331] XtOpenApp and XtAppInit man pages have a bug
State 10-Fix Delivered:Verified (Fix available in build)
Category:Subcategory xserver:man
Keywords
Responsible Engineer Alan Coopersmith
Reported Against x6.4.1
Duplicate Of
Introduced In
Commit to Fix snv_08
Fixed In snv_08
Release Fixed solaris_nevada(snv_08)
Related Bugs 4423055 , 4977017
Submit Date 21-December-2000
Last Update Date 16-January-2007
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.
Work Around
N/A
Comments
N/A