I have installed ligstdc++-4.9-dev
and libstdc++-4.9-doc
, and I want to scan the information of the library of c++ through man
like the style in C.
But when I run "man std::iostream", I encount an error shows that man: can't open /usr/share/man/man3/std::basic_iostream.3cxx: No such file or directory
.
I've checked the /usr/share/man/man3/
directory and find the file named std::iostream.3cxx.gz
, but why I cound not get the manpages of the std::iostream
?
The output of uname -a
is Linux hostname 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux
.
Hope for help! Thanks.