I installed the man pages for libstdc++ and I can do: man std::vector but none of the functions I've tried have worked, for instance: man std::for_each What's the deal? I can see the for_each docs in the doxygen online, but no man page... http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.4/a01026.html#ge7c8a150efe61c9f8a6eacf002a40efb I'd much rather use man pages, as doxygen's html is a real pain to navigate. Brendan