gcInitialize(3) man page?
Chapter 12 of the Sun Studio 11 C++ User's Guide talks about libgc and says:
Additional information can be found in the gcFixPrematureFrees(3) and gcInitialize(3) man pages.
I don't see these man pages anywhere in the Sun Studio 11 or Studio Express distributions. What am I missing?
Also, if support for this is still current, shouldn't the manual include a reference to this article?
http://developers.sun.com/prodtech/cc/articles/libgc.html
[477 byte] By [
herteg] at [2007-11-26 10:10:14]

# 1
Thanks for pointing out this problem. The man pages were accidently removed from an earlier release of Sun Studio and nobody noticed until now.
I have filed bug report 6471489 which should be visible at bugs.sun.com. I expect the man pages to be made available on the Sun Studio doc web site for each release.
The man pages are currently visible here
http://developers.sun.com/prodtech/cc/documentation/ss8_docs/man3/index.html
so you should be able to proceed without wating for this bug to be fixed.