aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

man page index error for `iterator` #123

Open usualwitch opened 3 years ago

usualwitch commented 3 years ago

Hi, cppman is really great and helps me a lot!

Today I tried to find some manual on iterator. I tried typing cppman iterator or cppman std::iterator, but the title of the man page I got was std::experimental::fileC++tProgstd::experimental::filesystem::path(3).

I'm using cppreference.com as source and have downloaded the man pages following your instructions. The man page I expect to see is https://en.cppreference.com/w/cpp/iterator/iterator.

aitjcize commented 3 years ago

Thanks for the feedback. I can repro what you are seeing and will try to fix it.