For years I missed the man pages of the C++ standard library and
now found out that some Linux distros provide them as extra
package. The man pages are not generated by a default during a
GCC bootstrap install but need an explicit make doc-install-man
in the corresponding doc directory of libstdc++.
Is there any such mechanism to generate man pages for D/Phobos?
Stefan